Skip to content

Commit

Permalink
Rollback package setup-envtest due to issue kubernetes-sigs/controlle…
Browse files Browse the repository at this point in the history
…r-runtime#2838

Signed-off-by: Daniel Fan <fanyuchensx@gmail.com>
  • Loading branch information
Daniel-Fan committed May 23, 2024
1 parent d4815c1 commit 6e7a45f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion common/Makefile.common.mk
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ kind: ## Download kind locally if necessary.

ENVTEST = $(shell pwd)/common/bin/setup-envtest
setup-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@7b4325d5a38dff0c7eb9a939d079950eafcc4f7e)

FINDFILES=find . \( -path ./.git -o -path ./.github -o -path ./testcrds \) -prune -o -type f
XARGS = xargs -0 ${XARGS_FLAGS}
Expand Down

0 comments on commit 6e7a45f

Please sign in to comment.