mirror of
https://github.com/kubernetes-sigs/external-dns.git
synced 2025-08-05 17:16:59 +02:00
Update scripts/install-tools.sh
revert by codereview
This commit is contained in:
parent
19d142ead3
commit
aefe2f2031
@ -78,7 +78,7 @@ install_golangci() {
|
||||
install=true
|
||||
fi
|
||||
if [[ "$install" == true ]]; then
|
||||
curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/refs/tags/v2.2.2/install.sh \
|
||||
curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/cc3567e3127d8530afb69be1b7bd20ba9ebcc7c1/install.sh \
|
||||
| sh -s -- -b $(go env GOPATH)/bin "${GOLANG_CI_LINTER_VERSION}"
|
||||
fi
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user