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 bd5d0da commit d4c5eb9Copy full SHA for d4c5eb9
hack/check-golangci-lint.sh
@@ -53,8 +53,8 @@ shift $((OPTIND-1))
53
54
export GOOS=linux
55
if [ ! "${DO_DOCKER-}" ]; then
56
- curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b "$(go env GOPATH)"/bin v1.64.8
+ curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b "$(go env GOPATH)"/bin v2.6.2
57
"$(go env GOPATH)"/bin/golangci-lint run -v --timeout=1200s
58
else
59
- docker run --rm -v "$(pwd)":/app -w /app golangci/golangci-lint:v1.64.8 golangci-lint run -v --timeout=1200s
+ docker run --rm -v "$(pwd)":/app -w /app golangci/golangci-lint:v2.6.2 golangci-lint run -v --timeout=1200s
60
fi
0 commit comments