Skip to content

Commit

Permalink
fix: setupenvtest version kubernetes-sigs/controller-runtime#2744
Browse files Browse the repository at this point in the history
  • Loading branch information
raffis committed Apr 17, 2024
1 parent af32a73 commit 06ddcd4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Expand Up @@ -148,7 +148,7 @@ kustomize: ## Download kustomize locally if necessary.
ENVTEST = $(GOBIN)/setup-envtest
.PHONY: envtest
envtest: ## Download envtest-setup locally if necessary.
$(call go-install-tool,$(ENVTEST),sigs.k8s.io/controller-runtime/tools/setup-envtest@latest)
$(call go-install-tool,$(ENVTEST),sigs.k8s.io/controller-runtime/tools/setup-envtest@release-0.17)

# go-install-tool will 'go install' any package $2 and install it to $1
define go-install-tool
Expand Down

0 comments on commit 06ddcd4

Please sign in to comment.