From 2bf6992397b50f2c5a7cf84480daed39a5b4b0fa Mon Sep 17 00:00:00 2001 From: camgraff <46980357+camgraff@users.noreply.github.com> Date: Tue, 13 Oct 2020 10:08:07 -0500 Subject: [PATCH] Update golangci-lint to v1.31.0 (#15909) --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index d2e244e7ab..d2791e3631 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -159,7 +159,7 @@ jobs: - run: command: | echo "Installing golangci-lint" - curl -sfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh| sh -s -- -b /usr/local/bin v1.25.1 + curl -sfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh| sh -s -- -b /usr/local/bin v1.31.0 echo "Installing mattermost-govet" export GOBIN=${PWD}/mattermost-server/bin GO111MODULE=off go get -u github.com/mattermost/mattermost-govet