From e66eb67e019fb50af356ac06bfdc8dc3acd27622 Mon Sep 17 00:00:00 2001 From: Phil Adams Date: Fri, 23 Apr 2021 14:11:50 -0500 Subject: [PATCH] build: temporarily revert linter version to v1.38.0 --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index d863a3c..750c90c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -19,7 +19,7 @@ before_install: - sudo apt-get install python install: - - curl -sfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh| sh -s -- -b $(go env GOPATH)/bin v1.39.0 + - curl -sfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh| sh -s -- -b $(go env GOPATH)/bin v1.38.0 - curl -s https://codecov.io/bash > $HOME/codecov-bash.sh && chmod +x $HOME/codecov-bash.sh script: