Skip to content

Commit 6f6303b

Browse files
Felix Wischke (65278)wikkyk
authored andcommitted
Makefile: fix setup-envtest to latest version supporting 1.21
1 parent 0fa73f2 commit 6f6303b

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
@@ -203,7 +203,7 @@ $(CONTROLLER_GEN): $(LOCALBIN)
203203
.PHONY: envtest
204204
envtest: $(ENVTEST) ## Download envtest-setup locally if necessary.
205205
$(ENVTEST): $(LOCALBIN)
206-
test -s $(LOCALBIN)/setup-envtest || GOBIN=$(LOCALBIN) go install sigs.k8s.io/controller-runtime/tools/setup-envtest@latest
206+
test -s $(LOCALBIN)/setup-envtest || GOBIN=$(LOCALBIN) go install sigs.k8s.io/controller-runtime/tools/setup-envtest@v0.0.0-20240208111015-5923139bc5bd
207207

208208
##@ Test
209209

0 commit comments

Comments
 (0)