We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ca13b49 commit 4ffc63bCopy full SHA for 4ffc63b
scripts/test-infra/verify.sh
@@ -4,7 +4,7 @@ this_dir=`dirname $0`
4
5
# Install deps
6
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
+curl -sfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh| sh -s -- -b "$gobinpath" v1.57.2
8
export PATH=$PATH:$(go env GOPATH)/bin
9
10
curl -sfL https://raw.githubusercontent.com/helm/helm/master/scripts/get-helm-3 | bash -s -- --version v3.14.0
0 commit comments