From 669443e3f9326043ba7b3b81dee7ddb08a34affb Mon Sep 17 00:00:00 2001 From: Ray Milkey Date: Wed, 18 Mar 2020 16:00:15 -0700 Subject: [PATCH] Roll back linter version to work around memory exhaustion problems --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index f9551c91..cd4e6ab4 100644 --- a/.travis.yml +++ b/.travis.yml @@ -20,7 +20,7 @@ cache: - $HOME/gopath/pkg/mod # Cache the Go modules before_script: - - curl -sfL https://install.goreleaser.com/github.com/golangci/golangci-lint.sh | sh -s -- -b $(go env GOPATH)/bin latest + - curl -sfL https://install.goreleaser.com/github.com/golangci/golangci-lint.sh | sh -s -- -b $(go env GOPATH)/bin v1.23.6 jobs: include: