Skip to content

Commit 4ffc63b

Browse files
committed
scripts/test-infra: bump golangci-lint to v1.57.2
1 parent ca13b49 commit 4ffc63b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/test-infra/verify.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ this_dir=`dirname $0`
44

55
# Install deps
66
gobinpath="$(go env GOPATH)/bin"
7-
curl -sfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh| sh -s -- -b "$gobinpath" v1.56.1
7+
curl -sfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh| sh -s -- -b "$gobinpath" v1.57.2
88
export PATH=$PATH:$(go env GOPATH)/bin
99

1010
curl -sfL https://raw.githubusercontent.com/helm/helm/master/scripts/get-helm-3 | bash -s -- --version v3.14.0

0 commit comments

Comments
 (0)