Skip to content

Commit b74b754

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ $(CONTROLLER_GEN): $(LOCALBIN)
161161
.PHONY: envtest
162162
envtest: $(ENVTEST) ## Download envtest-setup locally if necessary.
163163
$(ENVTEST): $(LOCALBIN)
164-
test -s $(LOCALBIN)/setup-envtest || GOBIN=$(LOCALBIN) go install sigs.k8s.io/controller-runtime/tools/setup-envtest@latest
164+
test -s $(LOCALBIN)/setup-envtest || GOBIN=$(LOCALBIN) go install sigs.k8s.io/controller-runtime/tools/setup-envtest@release-0.14
165165

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

0 commit comments

Comments
 (0)