We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4f16b7d commit 83dfad0Copy full SHA for 83dfad0
.circleci/config.yml
@@ -36,7 +36,7 @@ jobs:
36
- checkout
37
- run:
38
name: Install golangci-lint
39
- command: curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $(go env GOPATH)/bin v1.23.7
+ command: curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $(go env GOPATH)/bin v1.24.0
40
41
name: Check for Lint
42
command: golangci-lint run
0 commit comments