travis: bump golangci-lint to v1.18.0

This commit is contained in:
David Hill 2019-09-10 14:47:33 -04:00 committed by Dave Collins
parent 78fd2b33a4
commit 5604ecd689

View File

@ -29,7 +29,7 @@ matrix:
- $HOME/Library/Caches/go-build
- $HOME/go/pkg/mod
install:
- 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
script:
- env GO111MODULE=on go build ./...
- env GO111MODULE=on ./run_tests.sh