Skip to content

Commit a4f4147

Browse files
authored
Merge pull request #1795 from marquiz/devel/golangci-lint
scripts/test-infra: bump golangci-lint to v1.59.1
2 parents e30cf85 + 4f60f4d commit a4f4147

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/test-infra/verify.sh

Lines changed: 1 addition & 1 deletion
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.57.2
7+
curl -sfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh| sh -s -- -b "$gobinpath" v1.59.1
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)