From e043b6ac1536be05d8b8899a05e64b27ec5ae156 Mon Sep 17 00:00:00 2001 From: Aaron Buchwald Date: Fri, 18 Dec 2020 15:37:29 -0500 Subject: [PATCH] Remove extra runs of installing linter --- .ci/lint.sh | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.ci/lint.sh b/.ci/lint.sh index d4733c321e7a..10afc189cbcb 100755 --- a/.ci/lint.sh +++ b/.ci/lint.sh @@ -1,9 +1,6 @@ # binary will be $(go env GOPATH)/bin/golangci-lint curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $(go env GOPATH)/bin v1.30.0 -# or install it into ./bin/ -curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s v1.30.0 -# In alpine linux (as it does not come with curl by default) -wget -O- -nv https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s v1.30.0 + golangci-lint --version