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 Apr 16, 2024
1 parent d2da903 commit cdac237
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 @@ -352,7 +352,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 cdac237

Please sign in to comment.