Skip to content

Commit

Permalink
fix: fixup envtest version to <1.21
Browse files Browse the repository at this point in the history
Signed-off-by: Jakob Möller <contact@jakob-moeller.com>
  • Loading branch information
jakobmoellerdev committed Mar 27, 2024
1 parent 8dbd737 commit 9e97314
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 @@ -308,7 +308,7 @@ kustomize: ## Download kustomize locally if necessary.

ENVTEST = $(shell pwd)/bin/setup-envtest
envtest: ## Download envtest-setup locally if necessary.
$(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@bf15e44028f908c790721fc8fe67c7bf2d06a611)

JSONNET = $(shell pwd)/bin/jsonnet
jsonnet: ## Download jsonnet locally if necessary.
Expand Down

0 comments on commit 9e97314

Please sign in to comment.