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