Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit c27f930

Browse files
committed
Update golangci-lint from v1.20.0 to v1.22.2
1 parent 6355956 commit c27f930

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ before_install:
3434
- sudo apt-get update
3535
- sudo apt-get -y -o Dpkg::Options::="--force-confnew" install docker-ce
3636
# 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
37+
- curl -sfL https://install.goreleaser.com/github.com/golangci/golangci-lint.sh | sh -s -- -b $(go env GOPATH)/bin v1.22.2
3838
- echo "TRAVIS_GO_VERSION=${TRAVIS_GO_VERSION}"
3939

4040
install:

0 commit comments

Comments
 (0)