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

Commit 94f6101

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

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
@@ -160,7 +160,7 @@ $(CONTROLLER_GEN): $(LOCALBIN)
160160
.PHONY: envtest
161161
envtest: $(ENVTEST) ## Download envtest-setup locally if necessary.
162162
$(ENVTEST): $(LOCALBIN)
163-
test -s $(LOCALBIN)/setup-envtest || GOBIN=$(LOCALBIN) go install sigs.k8s.io/controller-runtime/tools/setup-envtest@latest
163+
test -s $(LOCALBIN)/setup-envtest || GOBIN=$(LOCALBIN) go install sigs.k8s.io/controller-runtime/tools/setup-envtest@release-0.14
164164

165165
.PHONY: kubectl-slice
166166
kubectl-slice: ## Download kubectl-slice locally if necessary.

0 commit comments

Comments
 (0)