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.
2 parents a127f89 + 7058ddf commit 611ab23Copy full SHA for 611ab23
Makefile
@@ -248,7 +248,7 @@ $(CONTROLLER_GEN): $(LOCALBIN)
248
.PHONY: envtest
249
envtest: $(ENVTEST) ## Download envtest-setup locally if necessary.
250
$(ENVTEST): $(LOCALBIN)
251
- 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
252
253
.PHONY: operator-sdk
254
OPERATOR_SDK ?= $(LOCALBIN)/operator-sdk
0 commit comments