Skip to content

Commit fefd0f0

Browse files
committed
kubernetes-sigs/controller-runtime#3349 has updated golang to 1.25 in controller-runtime. Signed-off-by: rabi <[email protected]>
1 parent 475997c commit fefd0f0

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
@@ -340,7 +340,7 @@ $(CRD_MARKDOWN): $(LOCALBIN)
340340
.PHONY: envtest
341341
envtest: $(ENVTEST) ## Download envtest-setup locally if necessary.
342342
$(ENVTEST): $(LOCALBIN)
343-
test -s $(LOCALBIN)/setup-envtest || GOBIN=$(LOCALBIN) go install sigs.k8s.io/controller-runtime/tools/setup-envtest@latest
343+
test -s $(LOCALBIN)/setup-envtest || GOBIN=$(LOCALBIN) go install sigs.k8s.io/controller-runtime/tools/setup-envtest@release-0.22
344344

345345
.PHONY: ginkgo
346346
ginkgo: $(GINKGO) ## Download ginkgo locally if necessary.

0 commit comments

Comments
 (0)