We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d14a61e commit d92e815Copy full SHA for d92e815
hack/tools/Makefile
@@ -94,7 +94,7 @@ $(JQ):
94
.PHONY: envtest
95
envtest: $(ENVTEST) ## Download envtest-setup locally if necessary.
96
$(ENVTEST):
97
- GOBIN=$(BIN_DIR) go install sigs.k8s.io/controller-runtime/tools/[email protected]20240215143116-d0396a3d6f9f
+ GOBIN=$(BIN_DIR) go install sigs.k8s.io/controller-runtime/tools/[email protected]20240522175850-2e9781e9fc60
98
99
etcd: $(ETCD) ## Install etcd
100
kube-apiserver: $(KUBE_APISERVER) ## Install kube-apiserver
0 commit comments