Skip to content

Commit 497e325

Browse files
Merge pull request #663 from ava-labs/lint
Remove extra runs of installing linter
2 parents bb195ad + 7bede2f commit 497e325

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.ci/lint.sh

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
11
# binary will be $(go env GOPATH)/bin/golangci-lint
22
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
3+
74
golangci-lint --version
85

96

0 commit comments

Comments
 (0)