We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8814022 + bba6b01 commit bb00d4fCopy full SHA for bb00d4f
Makefile
@@ -71,7 +71,7 @@ ifdef SETUP_ENVTEST
71
@echo "Found setup-envtest"
72
else
73
@echo "Installing setup-envtest"
74
- 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
75
endif
76
77
GO_JUNIT_REPORT := $(shell command -v go-junit-report 2> /dev/null)
0 commit comments