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.
2 parents e30cf85 + 4f60f4d commit a4f4147Copy full SHA for a4f4147
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.57.2
+curl -sfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh| sh -s -- -b "$gobinpath" v1.59.1
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