Skip to content

Commit

Permalink
lint: bump golangci-lint to 1.18 (#336)
Browse files Browse the repository at this point in the history
  • Loading branch information
ferhatelmas authored and k8s-ci-robot committed Sep 10, 2019
1 parent d0a19e2 commit 9f1175a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hack/run-lint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ gopath="$(go env GOPATH)"
if ! [[ -x "$gopath/bin/golangci-lint" ]]; then
echo >&2 'Installing golangci-lint'
curl --silent --fail --location \
https://install.goreleaser.com/github.com/golangci/golangci-lint.sh | sh -s -- -b "$gopath/bin" v1.17.1
https://install.goreleaser.com/github.com/golangci/golangci-lint.sh | sh -s -- -b "$gopath/bin" v1.18.0
fi

# configured by .golangci.yml
Expand Down

0 comments on commit 9f1175a

Please sign in to comment.