Skip to content

Bump github.com/gin-gonic/gin from 1.4.0 to 1.9.1 #28

Bump github.com/gin-gonic/gin from 1.4.0 to 1.9.1

Bump github.com/gin-gonic/gin from 1.4.0 to 1.9.1 #28

Workflow file for this run

name: golangci-lint
on:
push:
branches:
- master
- main
pull_request:
permissions:
contents: read
jobs:
golangci:
name: lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: golangci-lint
uses: golangci/golangci-lint-action@v2
with:
version: latest