Skip to content

Commit

Permalink
chore: Setup setup-envtest version instead latest (#16)
Browse files Browse the repository at this point in the history
Change-Id: I9e3133eb3fa115a081cab4471bfe2a9d9e729fcc
  • Loading branch information
Mykola Serdiuk committed Mar 27, 2024
1 parent fe597d1 commit 80b5e55
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 @@ -202,7 +202,7 @@ ENVTEST=$(LOCALBIN)/setup-envtest
.PHONY: envtest
envtest: $(ENVTEST) ## Download envtest-setup locally if necessary.
$(ENVTEST): $(LOCALBIN)
$(call go-get-tool,$(ENVTEST),sigs.k8s.io/controller-runtime/tools/setup-envtest,latest)
$(call go-get-tool,$(ENVTEST),sigs.k8s.io/controller-runtime/tools/setup-envtest,release-0.16)

.PHONY: bundle
bundle: manifests kustomize ## Generate bundle manifests and metadata, then validate generated files.
Expand Down

0 comments on commit 80b5e55

Please sign in to comment.