Merge pull request #1826 from marcosnils/fix/bump_golangcilint
Bump golangci-lint to latest
This commit is contained in:
commit
fe72cc9056
2
.github/workflows/lint.yml
vendored
2
.github/workflows/lint.yml
vendored
@ -52,7 +52,7 @@ jobs:
|
||||
- name: "Lint go"
|
||||
uses: golangci/golangci-lint-action@v2
|
||||
with:
|
||||
version: v1.39
|
||||
version: v1.45
|
||||
skip-go-installation: true
|
||||
args: --timeout=3m
|
||||
|
||||
|
@ -16,7 +16,7 @@ linters:
|
||||
- gocyclo
|
||||
- gofmt
|
||||
- goimports
|
||||
- golint
|
||||
- revive
|
||||
- goprintffuncname
|
||||
- gosec
|
||||
- gosimple
|
||||
|
Reference in New Issue
Block a user