Skip to content

chore(deps): bump github.com/gin-gonic/gin from 1.7.2 to 1.9.0 #174

chore(deps): bump github.com/gin-gonic/gin from 1.7.2 to 1.9.0

chore(deps): bump github.com/gin-gonic/gin from 1.7.2 to 1.9.0 #174

Workflow file for this run

name: pre-commit
on:
pull_request:
push:
branches: [master]
jobs:
pre-commit:
runs-on: ubuntu-latest
steps:
- name: Set up Go 1.x
uses: actions/setup-go@v2
with:
go-version: ^1.13
id: go
- uses: actions/checkout@v1
- uses: actions/setup-python@v1
- name: Install pre-commit dependence
run: |
go get -u golang.org/x/lint/golint
GO111MODULE=on CGO_ENABLED=0 go get -v -trimpath -ldflags '-s -w' github.com/golangci/golangci-lint/cmd/golangci-lint
- uses: pre-commit/action@v2.0.0