diff --git a/Makefile b/Makefile index 25f1a969..328a2f0a 100644 --- a/Makefile +++ b/Makefile @@ -227,7 +227,7 @@ $(CONTROLLER_GEN): $(LOCALBIN) .PHONY: envtest envtest: $(ENVTEST) ## Download envtest-setup locally if necessary. $(ENVTEST): $(LOCALBIN) - test -s $(LOCALBIN)/setup-envtest || GOBIN=$(LOCALBIN) go install sigs.k8s.io/controller-runtime/tools/setup-envtest@latest + test -s $(LOCALBIN)/setup-envtest || GOBIN=$(LOCALBIN) go install sigs.k8s.io/controller-runtime/tools/setup-envtest@c7e1dc9 .PHONY: addlicense addlicense: $(ADDLICENSE) ## Download addlicense locally if necessary