We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 39eafa9 commit fc8c151Copy full SHA for fc8c151
Makefile
@@ -58,7 +58,7 @@ unit-tests: ## Run unit tests
58
@go install github.com/onsi/ginkgo/v2/ginkgo@v2.22.1
59
# This tool doesn't have releases - it also is only a shim
60
@go install sigs.k8s.io/controller-runtime/tools/setup-envtest@latest
61
- KUBEBUILDER_ASSETS=$$(setup-envtest use -p path 1.31.0) CGO_ENABLED=0 ginkgo $(TEST_V) -tags unittest $(TEST_TO_RUN)
+ KUBEBUILDER_ASSETS=$$(setup-envtest use -p path 1.32.0) CGO_ENABLED=0 ginkgo $(TEST_V) -tags unittest $(TEST_TO_RUN)
62
63
local-kind-cluster-with-registry:
64
./tools/kind-with-registry.sh
0 commit comments