Skip to content

Commit 611ab23

Browse files
Merge pull request #488 from fmount/pin-env
Pin setup-envtest at working commit to unblock content provider
2 parents a127f89 + 7058ddf commit 611ab23

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)