Skip to content

Commit 7058ddf

Browse files
committed
Pin setup-envtest at working commit to unblock content provider
Signed-off-by: Francesco Pantano <[email protected]>
1 parent ca21186 commit 7058ddf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -248,7 +248,7 @@ $(CONTROLLER_GEN): $(LOCALBIN)
248248
.PHONY: envtest
249249
envtest: $(ENVTEST) ## Download envtest-setup locally if necessary.
250250
$(ENVTEST): $(LOCALBIN)
251-
test -s $(LOCALBIN)/setup-envtest || GOBIN=$(LOCALBIN) go install sigs.k8s.io/controller-runtime/tools/setup-envtest@latest
251+
test -s $(LOCALBIN)/setup-envtest || GOBIN=$(LOCALBIN) go install sigs.k8s.io/controller-runtime/tools/setup-envtest@c7e1dc9b
252252

253253
.PHONY: operator-sdk
254254
OPERATOR_SDK ?= $(LOCALBIN)/operator-sdk

0 commit comments

Comments
 (0)