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

Commit d3bdb01

Browse files
fix: fix version of setup-envtest for go 1.19
Co-Authored-By: Sebastián Vargas <sebastian.varbel@gmail.com>
1 parent 0dd5ad6 commit d3bdb01

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
@@ -165,7 +165,7 @@ $(CONTROLLER_GEN): $(LOCALBIN)
165165
.PHONY: envtest
166166
envtest: $(ENVTEST) ## Download envtest-setup locally if necessary.
167167
$(ENVTEST): $(LOCALBIN)
168-
test -s $(LOCALBIN)/setup-envtest || GOBIN=$(LOCALBIN) go install sigs.k8s.io/controller-runtime/tools/setup-envtest@latest
168+
test -s $(LOCALBIN)/setup-envtest || GOBIN=$(LOCALBIN) go install sigs.k8s.io/controller-runtime/tools/setup-envtest@release-0.14
169169

170170
.PHONY: kubectl-slice
171171
kubectl-slice: ## Download kubectl-slice locally if necessary.

0 commit comments

Comments
 (0)