We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents fe8ecf0 + 9f870e1 commit e3fbcc2Copy full SHA for e3fbcc2
.circleci/config.yml
@@ -1,7 +1,7 @@
1
version: 2.1
2
3
orbs:
4
- codecov: codecov/[email protected].4
+ codecov: codecov/[email protected].5
5
6
defaults: &defaults
7
working_directory: /src
@@ -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