Skip to content

Commit

Permalink
fix: fix version of setup-envtest for go 1.17
Browse files Browse the repository at this point in the history
Co-Authored-By: Alby Hernandez <[email protected]>
  • Loading branch information
sebastocorp and achetronic committed Jun 12, 2024
1 parent ba717eb commit 9c3022c
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 @@ -123,7 +123,7 @@ kustomize: ## Download kustomize locally if necessary.
ENVTEST = $(shell pwd)/bin/setup-envtest
.PHONY: 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@release-0.13)

KUBECTL_SLICE = $(shell pwd)/bin/kubectl-slice
.PHONY: kubectl-slice
Expand Down

0 comments on commit 9c3022c

Please sign in to comment.