Update golangci-lint to v1.18.0 for Go 1.13 compatibility

This commit is contained in:
Dale Hui 2019-09-17 02:21:45 -07:00
parent be590bf1b9
commit 002e0aced4
1 changed files with 1 additions and 1 deletions

View File

@ -34,7 +34,7 @@ before_install:
- sudo apt-get update
- sudo apt-get -y -o Dpkg::Options::="--force-confnew" install docker-ce
# Install golangci-lint
- 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
- echo "TRAVIS_GO_VERSION=${TRAVIS_GO_VERSION}"
install: