Thanks to visit codestin.com Credit goes to github.com
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 be590bf commit 002e0acCopy full SHA for 002e0ac
.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.17.1
+ - curl -sfL https://install.goreleaser.com/github.com/golangci/golangci-lint.sh | sh -s -- -b $(go env GOPATH)/bin v1.18.0
38
- echo "TRAVIS_GO_VERSION=${TRAVIS_GO_VERSION}"
39
40
install:
0 commit comments