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 cd9f7bc commit 3c71508Copy full SHA for 3c71508
.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.24.0
+ - curl -sfL https://install.goreleaser.com/github.com/golangci/golangci-lint.sh | sh -s -- -b $(go env GOPATH)/bin v1.27.0
38
- echo "TRAVIS_GO_VERSION=${TRAVIS_GO_VERSION}"
39
40
install:
0 commit comments