Skip to content

Commit d297bcd

Browse files
committed
Update golangci-lint to 1.61.0.
1 parent 1bd60ea commit d297bcd

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/go.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,6 @@ jobs:
1717
- name: Build
1818
run: go build ./...
1919
- 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"
20+
run: "curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $(go env GOPATH)/bin v1.61.0"
2121
- name: Test and Lint
2222
run: ./run_tests.sh

.golangci.yml

+1
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ linters:
3333
- reassign
3434
- revive
3535
- staticcheck
36+
- tenv
3637
- tparallel
3738
- typecheck
3839
- unconvert

0 commit comments

Comments
 (0)