update GolangCI-Lint to v1.18.0

This commit is contained in:
Marten Seemann
2019-09-13 13:00:04 +07:00
parent 07ee05b5a9
commit 1350f499b5

View File

@@ -39,7 +39,7 @@ before_install:
script:
- |
if [ ${TESTMODE} == "lint" ]; then
travis_retry curl -sfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s v1.15.0
travis_retry curl -sfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s v1.18.0
fi
- .travis/script.sh