We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9326745 commit 9f870e1Copy full SHA for 9f870e1
.circleci/config.yml
@@ -57,7 +57,7 @@ jobs:
57
- go-mod-{{ checksum "go.sum" }}
58
- run:
59
name: Install golangci-lint
60
- command: curl -sfL https://install.goreleaser.com/github.com/golangci/golangci-lint.sh | sh -s -- -b $(go env GOPATH)/bin v1.16.0
+ command: curl -sfL https://install.goreleaser.com/github.com/golangci/golangci-lint.sh | sh -s -- -b $(go env GOPATH)/bin v1.17.1
61
62
name: Check for Lint
63
command: golangci-lint run
0 commit comments