Skip to content

Commit 6274ce7

Browse files
gibizeropenshift-merge-bot[bot]
authored andcommitted
Pin setup-envtest at working commit to unblock CI
kubernetes-sigs/controller-runtime#2693 broke the content provider while doing docker-build with following issue[1] In order to unblock the CI, we are pinning sigs.k8s.io/controller-runtime/tools/setup-envtest at previous working commit[2] [1]. kubernetes-sigs/controller-runtime#2720 [2]. kubernetes-sigs/controller-runtime@c7e1dc9
1 parent 4685453 commit 6274ce7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -231,7 +231,7 @@ $(CONTROLLER_GEN): $(LOCALBIN)
231231
.PHONY: envtest
232232
envtest: $(ENVTEST) ## Download envtest-setup locally if necessary.
233233
$(ENVTEST): $(LOCALBIN)
234-
test -s $(LOCALBIN)/setup-envtest || GOBIN=$(LOCALBIN) go install sigs.k8s.io/controller-runtime/tools/setup-envtest@latest
234+
test -s $(LOCALBIN)/setup-envtest || GOBIN=$(LOCALBIN) go install sigs.k8s.io/controller-runtime/tools/setup-envtest@c7e1dc9
235235

236236

237237
.PHONY: ginkgo

0 commit comments

Comments
 (0)