update golangci-lint to v1.27.0

This commit is contained in:
Marten Seemann
2020-05-23 08:18:02 +07:00
parent fa69438124
commit 7be6adac55

View File

@@ -42,7 +42,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.23.8
travis_retry curl -sfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s v1.27.0
fi
- .travis/script.sh