Skip to content

Commit 60c18e1

Browse files
corneliusweigk8s-ci-robot
authored andcommitted
Upgrade golangci-lint to v1.20.0 (#351)
1 parent a30398b commit 60c18e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hack/run-lint.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ gopath="$(go env GOPATH)"
2323
if ! [[ -x "$gopath/bin/golangci-lint" ]]; then
2424
echo >&2 'Installing golangci-lint'
2525
curl --silent --fail --location \
26-
https://install.goreleaser.com/github.com/golangci/golangci-lint.sh | sh -s -- -b "$gopath/bin" v1.19.1
26+
https://install.goreleaser.com/github.com/golangci/golangci-lint.sh | sh -s -- -b "$gopath/bin" v1.20.0
2727
fi
2828

2929
# configured by .golangci.yml

0 commit comments

Comments
 (0)