Update golangci-lint to 1.61.0.
This commit is contained in:
parent
19572593b1
commit
caf02de645
2
.github/workflows/go.yml
vendored
2
.github/workflows/go.yml
vendored
@ -17,6 +17,6 @@ jobs:
|
||||
- name: Build
|
||||
run: go build ./...
|
||||
- name: Install Linters
|
||||
run: "curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $(go env GOPATH)/bin v1.60.1"
|
||||
run: "curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $(go env GOPATH)/bin v1.61.0"
|
||||
- name: Test and Lint
|
||||
run: ./run_tests.sh
|
||||
|
||||
@ -33,6 +33,7 @@ linters:
|
||||
- reassign
|
||||
- revive
|
||||
- staticcheck
|
||||
- tenv
|
||||
- tparallel
|
||||
- typecheck
|
||||
- unconvert
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user