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 ca21186 commit 7058ddfCopy full SHA for 7058ddf
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