Skip to content

Commit 1b3e4a7

Browse files
authored
Merge pull request kubernetes-sigs#11085 from chrischdi/pr-make-bump-envtest
🌱 Bump envtest in Makefile to v1.31.0
2 parents 3b1f713 + 31dae62 commit 1b3e4a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ export GO111MODULE=on
4040
#
4141
# Kubebuilder.
4242
#
43-
export KUBEBUILDER_ENVTEST_KUBERNETES_VERSION ?= 1.30.0
43+
export KUBEBUILDER_ENVTEST_KUBERNETES_VERSION ?= 1.31.0
4444
export KUBEBUILDER_CONTROLPLANE_START_TIMEOUT ?= 60s
4545
export KUBEBUILDER_CONTROLPLANE_STOP_TIMEOUT ?= 60s
4646

0 commit comments

Comments
 (0)