Skip to content

Commit a304b09

Browse files
committed
remove golangci-lint install from ci-check-everything.sh; handled by check-everything.sh
1 parent a134f39 commit a304b09

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

hack/ci-check-everything.sh

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,4 @@ export TRACE=1
2222
export PATH=$(go env GOPATH)/bin:$PATH
2323
mkdir -p $(go env GOPATH)/bin
2424

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-
2925
$(dirname ${BASH_SOURCE})/check-everything.sh

0 commit comments

Comments
 (0)