We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7460ed9 commit f6556a5Copy full SHA for f6556a5
Makefile
@@ -226,7 +226,7 @@ $(CONTROLLER_GEN): $(LOCALBIN)
226
.PHONY: envtest
227
envtest: $(ENVTEST) ## Download envtest-setup locally if necessary.
228
$(ENVTEST): $(LOCALBIN)
229
- 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@c7e1dc9b
230
231
.PHONY: ginkgo
232
ginkgo: $(GINKGO) ## Download ginkgo locally if necessary.
0 commit comments