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.
1 parent d0a19e2 commit 9f1175aCopy full SHA for 9f1175a
hack/run-lint.sh
@@ -23,7 +23,7 @@ gopath="$(go env GOPATH)"
23
if ! [[ -x "$gopath/bin/golangci-lint" ]]; then
24
echo >&2 'Installing golangci-lint'
25
curl --silent --fail --location \
26
- 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
27
fi
28
29
# configured by .golangci.yml
0 commit comments