We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 97cfb4d commit 42492c8Copy full SHA for 42492c8
.travis.yml
@@ -34,7 +34,7 @@ before_install:
34
- sudo apt-get update
35
- sudo apt-get -y -o Dpkg::Options::="--force-confnew" install docker-ce
36
# Install golangci-lint
37
- - curl -sfL https://install.goreleaser.com/github.com/golangci/golangci-lint.sh | sh -s -- -b $(go env GOPATH)/bin v1.16.0
+ - curl -sfL https://install.goreleaser.com/github.com/golangci/golangci-lint.sh | sh -s -- -b $(go env GOPATH)/bin v1.17.1
38
- echo "TRAVIS_GO_VERSION=${TRAVIS_GO_VERSION}"
39
40
install:
0 commit comments