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.
1 parent de3fdb9 commit 3a30309Copy full SHA for 3a30309
.travis.yml
@@ -18,7 +18,7 @@ matrix:
18
- go: 1.x
19
env: task=clean GO111MODULE=on
20
install:
21
- - curl -sfL https://install.goreleaser.com/github.com/golangci/golangci-lint.sh | bash -s -- -b $GOPATH/bin v1.16.0
+ - curl -sfL https://install.goreleaser.com/github.com/golangci/golangci-lint.sh | bash -s -- -b $GOPATH/bin v1.19.1
22
23
install: true
24
script: ./script/${task:-test}
0 commit comments