Bump golangci-lint to latest
Golint is replaced with revive since the former has been archived and replaced with the latter. Signed-off-by: Marcos Lilljedahl <marcosnils@gmail.com>
This commit is contained in:
parent
323f01278a
commit
2290641fa4
2
.github/workflows/lint.yml
vendored
2
.github/workflows/lint.yml
vendored
@ -52,7 +52,7 @@ jobs:
|
|||||||
- name: "Lint go"
|
- name: "Lint go"
|
||||||
uses: golangci/golangci-lint-action@v2
|
uses: golangci/golangci-lint-action@v2
|
||||||
with:
|
with:
|
||||||
version: v1.39
|
version: v1.45
|
||||||
skip-go-installation: true
|
skip-go-installation: true
|
||||||
args: --timeout=3m
|
args: --timeout=3m
|
||||||
|
|
||||||
|
@ -16,7 +16,7 @@ linters:
|
|||||||
- gocyclo
|
- gocyclo
|
||||||
- gofmt
|
- gofmt
|
||||||
- goimports
|
- goimports
|
||||||
- golint
|
- revive
|
||||||
- goprintffuncname
|
- goprintffuncname
|
||||||
- gosec
|
- gosec
|
||||||
- gosimple
|
- gosimple
|
||||||
|
Reference in New Issue
Block a user