Skip to content
This repository was archived by the owner on Jan 8, 2026. It is now read-only.

Commit 5fbb624

Browse files
fix: fix version of setup-envtest for go 1.17
Co-Authored-By: Sebastián Vargas <sebastian.varbel@gmail.com>
1 parent 98db135 commit 5fbb624

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ kustomize: ## Download kustomize locally if necessary.
123123
ENVTEST = $(shell pwd)/bin/setup-envtest
124124
.PHONY: envtest
125125
envtest: ## Download envtest-setup locally if necessary.
126-
$(call go-get-tool,$(ENVTEST),sigs.k8s.io/controller-runtime/tools/setup-envtest@latest)
126+
$(call go-get-tool,$(ENVTEST),sigs.k8s.io/controller-runtime/tools/setup-envtest@release-0.13)
127127

128128
KUBECTL_SLICE = $(shell pwd)/bin/kubectl-slice
129129
.PHONY: kubectl-slice

0 commit comments

Comments
 (0)