Skip to content

Commit 9f1175a

Browse files
ferhatelmask8s-ci-robot
authored andcommitted
lint: bump golangci-lint to 1.18 (#336)
1 parent d0a19e2 commit 9f1175a

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.17.1
26+
https://install.goreleaser.com/github.com/golangci/golangci-lint.sh | sh -s -- -b "$gopath/bin" v1.18.0
2727
fi
2828

2929
# configured by .golangci.yml

0 commit comments

Comments
 (0)