From 8ad2e99764c20bb1d5992347b927faba9feb7752 Mon Sep 17 00:00:00 2001 From: Oleg Zaytsev Date: Tue, 7 Jan 2020 18:35:11 +0100 Subject: [PATCH] Downgrade golangci-lint version Until https://github.com/golangci/golangci-lint/issues/827 is fixed, we shuold use a more stable version instead. --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index e527a08..0c82c2d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -8,7 +8,7 @@ env: - GO111MODULE=on install: - - curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $(go env GOPATH)/bin v1.22.2 + - curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $(go env GOPATH)/bin v1.20.1 script: - make test