Skip to content

Bump github.com/gin-gonic/gin from 1.7.7 to 1.9.0 #78

Bump github.com/gin-gonic/gin from 1.7.7 to 1.9.0

Bump github.com/gin-gonic/gin from 1.7.7 to 1.9.0 #78

Workflow file for this run

name: CI
on:
pull_request:
push:
branches:
- master
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Set up Go
uses: actions/setup-go@v4.0.0
with:
go-version: 1.18
- name: Checkout code
uses: actions/checkout@v3.5.0
- name: Download license information for dependencies
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: make license-cache
- name: Check licenses
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: make license-check
- name: Run checks
run: |
make check