Skip to content

Commit d4c5eb9

Browse files
committed
Update golangci lint to v2.6.2
1 parent bd5d0da commit d4c5eb9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

hack/check-golangci-lint.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,8 +53,8 @@ shift $((OPTIND-1))
5353

5454
export GOOS=linux
5555
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
56+
curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b "$(go env GOPATH)"/bin v2.6.2
5757
"$(go env GOPATH)"/bin/golangci-lint run -v --timeout=1200s
5858
else
59-
docker run --rm -v "$(pwd)":/app -w /app golangci/golangci-lint:v1.64.8 golangci-lint run -v --timeout=1200s
59+
docker run --rm -v "$(pwd)":/app -w /app golangci/golangci-lint:v2.6.2 golangci-lint run -v --timeout=1200s
6060
fi

0 commit comments

Comments
 (0)