Skip to content

Commit

Permalink
Pin envtest version to release-0.17
Browse files Browse the repository at this point in the history
Latest is currently broken, see kubernetes-sigs/controller-runtime#2720
  • Loading branch information
roivaz committed Mar 22, 2024
1 parent db25ae9 commit a595607
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,7 @@ $(CONTROLLER_GEN): $(LOCALBIN)
.PHONY: envtest
envtest: $(ENVTEST) ## Download envtest-setup locally if necessary.
$(ENVTEST): $(LOCALBIN)
test -s $(ENVTEST) || GOBIN=$(LOCALBIN) go install sigs.k8s.io/controller-runtime/tools/setup-envtest@latest
test -s $(ENVTEST) || GOBIN=$(LOCALBIN) go install sigs.k8s.io/controller-runtime/tools/setup-envtest@release-0.17

.PHONY: ginkgo
ginkgo: $(GINKGO) ## Download ginkgo locally if necessary
Expand Down

0 comments on commit a595607

Please sign in to comment.