Skip to content

Commit c6ebff6

Browse files
committed
Update golangci-lint from v1.27.0 to v1.30.0
1 parent c904438 commit c6ebff6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

+1-1
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.27.0
37+
- curl -sfL https://install.goreleaser.com/github.com/golangci/golangci-lint.sh | sh -s -- -b $(go env GOPATH)/bin v1.30.0
3838
- echo "TRAVIS_GO_VERSION=${TRAVIS_GO_VERSION}"
3939

4040
install:

0 commit comments

Comments
 (0)