File tree Expand file tree Collapse file tree 3 files changed +7
-2
lines changed
Expand file tree Collapse file tree 3 files changed +7
-2
lines changed Original file line number Diff line number Diff line change 2020 - name : golangci-lint
2121 uses : golangci/golangci-lint-action@v8
2222 with :
23- version : v2.1
23+ version : v2.5
Original file line number Diff line number Diff line change @@ -11,6 +11,11 @@ linters:
1111 - misspell
1212 - nakedret
1313 - revive
14+ - errcheck
15+ - staticcheck
16+ - govet
17+ - ineffassign
18+ - unused
1419 exclusions :
1520 generated : lax
1621 presets :
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ gofmt -s -w .
55
66BINDIR="$(git rev-parse --show-toplevel)"/bin
77BINARY=$BINDIR/golangci-lint
8- GOLANGCI_LINT_VERSION=v2.2.1
8+ GOLANGCI_LINT_VERSION=v2.5.0
99
1010if [ ! -f "$BINARY" ]; then
1111 curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s "$GOLANGCI_LINT_VERSION"
You can’t perform that action at this time.
0 commit comments