Skip to content

Commit

Permalink
Pin setup-envtest to latest working build, fixes undistro#253
Browse files Browse the repository at this point in the history
  • Loading branch information
knrc committed Mar 22, 2024
1 parent 8cd1d60 commit 8ae6544
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 @@ -227,7 +227,7 @@ $(CONTROLLER_GEN): $(LOCALBIN)
.PHONY: envtest
envtest: $(ENVTEST) ## Download envtest-setup locally if necessary.
$(ENVTEST): $(LOCALBIN)
test -s $(LOCALBIN)/setup-envtest || GOBIN=$(LOCALBIN) go install sigs.k8s.io/controller-runtime/tools/setup-envtest@latest
test -s $(LOCALBIN)/setup-envtest || GOBIN=$(LOCALBIN) go install sigs.k8s.io/controller-runtime/tools/setup-envtest@c7e1dc9

.PHONY: addlicense
addlicense: $(ADDLICENSE) ## Download addlicense locally if necessary
Expand Down

0 comments on commit 8ae6544

Please sign in to comment.