Skip to content

Commit 9b00f05

Browse files
authored
Fix envtest version (#2554)
1 parent a5b2dfb commit 9b00f05

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
@@ -100,7 +100,7 @@ ATLAS_KEY_SECRET_NAME = mongodb-atlas-operator-api-key
100100

101101
# Envtest configuration params
102102
ENVTEST_ASSETS_DIR ?= $(shell pwd)/bin
103-
ENVTEST_K8S_VERSION ?= 1.31.9
103+
ENVTEST_K8S_VERSION ?= 1.31.0
104104
KUBEBUILDER_ASSETS ?= $(ENVTEST_ASSETS_DIR)/k8s/$(ENVTEST_K8S_VERSION)-$(TARGET_OS)-$(TARGET_ARCH)
105105

106106
# Ginkgo configuration

0 commit comments

Comments
 (0)