Skip to content

Commit bba6b01

Browse files
djoshyopenshift-cherrypick-robot
authored andcommitted
Makefile: hardcode version of setup-envtest
1 parent 8814022 commit bba6b01

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)