From 5f6acbf70cb34f8e7978ae5ef4b2c323b2605ff4 Mon Sep 17 00:00:00 2001 From: Aaron Buchwald Date: Thu, 17 Dec 2020 14:14:45 -0500 Subject: Reduce overhead in ci lint script --- .ci/lint.sh | 4 ---- 1 file changed, 4 deletions(-) (limited to '.ci') diff --git a/.ci/lint.sh b/.ci/lint.sh index e2ee0ce..e5363a8 100755 --- a/.ci/lint.sh +++ b/.ci/lint.sh @@ -1,9 +1,5 @@ # 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 export PATH=$PATH:$(go env GOPATH)/bin -- cgit v1.2.3-70-g09d2