diff --git a/Makefile b/Makefile index 8e42689e3..df13b9c54 100644 --- a/Makefile +++ b/Makefile @@ -183,7 +183,7 @@ $(CONTROLLER_GEN): $(LOCALBIN) .PHONY: envtest envtest: $(ENVTEST) ## Download envtest-setup locally if necessary. $(ENVTEST): $(LOCALBIN) - GOBIN=$(LOCALBIN) go install sigs.k8s.io/controller-runtime/tools/setup-envtest@latest + GOBIN=$(LOCALBIN) go install sigs.k8s.io/controller-runtime/tools/setup-envtest@c7e1dc9b .PHONY: bundle bundle: manifests kustomize ## Generate bundle manifests and metadata, then validate generated files.