Skip to content

Commit

Permalink
ci: specify last working setup-envtest version to unblock CI
Browse files Browse the repository at this point in the history
  • Loading branch information
raczu committed Apr 27, 2024
1 parent 3314f23 commit 54dbd91
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 @@ -117,7 +117,7 @@ $(CONTROLLER_GEN): $(LOCALBIN)

envtest: $(ENVTEST) ## Download envtest-setup locally if necessary.
$(ENVTEST): $(LOCALBIN)
GOBIN=$(LOCALBIN) go install sigs.k8s.io/controller-runtime/tools/setup-envtest@latest
GOBIN=$(LOCALBIN) go install sigs.k8s.io/controller-runtime/tools/setup-envtest@c7e1dc9

pack-app: docker-save
rm -rf builds/$(APP_NAME) && mkdir -p builds/$(APP_NAME)/
Expand Down

0 comments on commit 54dbd91

Please sign in to comment.