Skip to content

Commit bb00d4f

Browse files
Merge pull request #4352 from openshift-cherrypick-robot/cherry-pick-4305-to-release-4.13
[release-4.13] OCPBUGS-33327: make verify should use MCO's kube version
2 parents 8814022 + bba6b01 commit bb00d4f

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
@@ -71,7 +71,7 @@ ifdef SETUP_ENVTEST
7171
@echo "Found setup-envtest"
7272
else
7373
@echo "Installing setup-envtest"
74-
go install -mod= sigs.k8s.io/controller-runtime/tools/setup-envtest@latest
74+
go install -mod= sigs.k8s.io/controller-runtime/tools/setup-envtest@v0.0.0-20240315194348-5aaf1190f880
7575
endif
7676

7777
GO_JUNIT_REPORT := $(shell command -v go-junit-report 2> /dev/null)

0 commit comments

Comments
 (0)