Skip to content

Commit fc8c151

Browse files
authored
test(deps): bump envtest to 1.32.0 (#4328)
1 parent 39eafa9 commit fc8c151

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
@@ -58,7 +58,7 @@ unit-tests: ## Run unit tests
5858
@go install github.com/onsi/ginkgo/v2/ginkgo@v2.22.1
5959
# This tool doesn't have releases - it also is only a shim
6060
@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)
61+
KUBEBUILDER_ASSETS=$$(setup-envtest use -p path 1.32.0) CGO_ENABLED=0 ginkgo $(TEST_V) -tags unittest $(TEST_TO_RUN)
6262

6363
local-kind-cluster-with-registry:
6464
./tools/kind-with-registry.sh

0 commit comments

Comments
 (0)