Skip to content

Commit

Permalink
Merge pull request #4280 from djoshy/verify-test-fix
Browse files Browse the repository at this point in the history
OCPBUGS-31365: make verify should use MCO's kube version
  • Loading branch information
openshift-merge-bot[bot] authored Mar 25, 2024
2 parents 4328697 + 2df1ee1 commit caeefea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ ifdef SETUP_ENVTEST
@echo "Found setup-envtest"
else
@echo "Installing setup-envtest"
go install -mod= sigs.k8s.io/controller-runtime/tools/setup-envtest@latest
go install -mod= sigs.k8s.io/controller-runtime/tools/setup-envtest@v0.0.0-20240315194348-5aaf1190f880
endif

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

0 comments on commit caeefea

Please sign in to comment.