update golangci-lint
This commit is contained in:
parent
1617d07ba3
commit
fa5da67465
|
@ -15,7 +15,7 @@ jobs:
|
|||
|
||||
- uses: golangci/golangci-lint-action@v2
|
||||
with:
|
||||
version: v1.40
|
||||
version: v1.43
|
||||
|
||||
mod-tidy:
|
||||
runs-on: ubuntu-20.04
|
||||
|
|
|
@ -8,10 +8,10 @@ linters:
|
|||
- gocritic
|
||||
- gofmt
|
||||
- gofumpt
|
||||
- golint
|
||||
- misspell
|
||||
- lll
|
||||
- prealloc
|
||||
- revive
|
||||
- unconvert
|
||||
- whitespace
|
||||
disable:
|
||||
|
|
Loading…
Reference in New Issue