We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c904438 commit c6ebff6Copy full SHA for c6ebff6
.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.27.0
+ - curl -sfL https://install.goreleaser.com/github.com/golangci/golangci-lint.sh | sh -s -- -b $(go env GOPATH)/bin v1.30.0
38
- echo "TRAVIS_GO_VERSION=${TRAVIS_GO_VERSION}"
39
40
install:
0 commit comments