Skip to content
This repository was archived by the owner on Nov 28, 2024. It is now read-only.

Commit 2400bd0

Browse files
Merge pull request #340 from fao89/pin_envtest
Pin setup-envtest at working commit to unblock content provider
2 parents eaf6b30 + a2174d3 commit 2400bd0

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
@@ -274,7 +274,7 @@ $(CRD_MARKDOWN): $(LOCALBIN)
274274
.PHONY: envtest
275275
envtest: $(ENVTEST) ## Download envtest-setup locally if necessary.
276276
$(ENVTEST): $(LOCALBIN)
277-
test -s $(LOCALBIN)/setup-envtest || GOBIN=$(LOCALBIN) go install sigs.k8s.io/controller-runtime/tools/setup-envtest@latest
277+
test -s $(LOCALBIN)/setup-envtest || GOBIN=$(LOCALBIN) go install sigs.k8s.io/controller-runtime/tools/setup-envtest@c7e1dc9b
278278

279279
.PHONY: operator-sdk
280280
OPERATOR_SDK ?= $(LOCALBIN)/operator-sdk

0 commit comments

Comments
 (0)