We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents bb195ad + 7bede2f commit 497e325Copy full SHA for 497e325
.ci/lint.sh
@@ -1,9 +1,6 @@
1
# binary will be $(go env GOPATH)/bin/golangci-lint
2
curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $(go env GOPATH)/bin v1.30.0
3
-# or install it into ./bin/
4
-curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s v1.30.0
5
-# In alpine linux (as it does not come with curl by default)
6
-wget -O- -nv https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s v1.30.0
+
7
golangci-lint --version
8
9
0 commit comments