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 a134f39 commit a304b09Copy full SHA for a304b09
hack/ci-check-everything.sh
@@ -22,8 +22,4 @@ export TRACE=1
22
export PATH=$(go env GOPATH)/bin:$PATH
23
mkdir -p $(go env GOPATH)/bin
24
25
-echo "Installing golangci-lint"
26
-curl --location --silent --retry 5 --fail https://install.goreleaser.com/github.com/golangci/golangci-lint.sh | sh -s -- -b $(go env GOPATH)/bin v1.21.0
27
-echo "Finished installing golangci-lint"
28
-
29
$(dirname ${BASH_SOURCE})/check-everything.sh
0 commit comments