Skip to content

Commit 4e59d55

Browse files
committed
Makefile: pin envtest version to avoid needing to bump to go 1.25
1 parent 4392dca commit 4e59d55

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
@@ -181,7 +181,7 @@ ENVTEST ?= $(LOCALBIN)/setup-envtest
181181
## Tool Versions
182182
KUSTOMIZE_VERSION ?= v5.0.0
183183
CONTROLLER_TOOLS_VERSION ?= v0.16.5
184-
ENVTEST_VERSION ?= latest
184+
ENVTEST_VERSION ?= 42a14a36c13b95dd6bc8b4ba69c181b16d50e3c0 # last version to support go1.24
185185

186186
KUSTOMIZE_INSTALL_SCRIPT ?= "https://raw.githubusercontent.com/kubernetes-sigs/kustomize/master/hack/install_kustomize.sh"
187187
.PHONY: kustomize

0 commit comments

Comments
 (0)