Merge pull request #2560 from lucas-clemente/update-golangci-lint

update golangci-lint to v1.27.0
This commit is contained in:
Marten Seemann
2020-05-25 15:34:23 +07:00
committed by GitHub

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