We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1bd60ea commit d297bcdCopy full SHA for d297bcd
.github/workflows/go.yml
@@ -17,6 +17,6 @@ jobs:
17
- name: Build
18
run: go build ./...
19
- name: Install Linters
20
- 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"
21
- name: Test and Lint
22
run: ./run_tests.sh
.golangci.yml
@@ -33,6 +33,7 @@ linters:
33
- reassign
34
- revive
35
- staticcheck
36
+ - tenv
37
- tparallel
38
- typecheck
39
- unconvert
0 commit comments