From ee391d33f9b47ec6cf0e731d80f1f9cb6a0dee96 Mon Sep 17 00:00:00 2001 From: Takashi Kajinami Date: Mon, 31 Jul 2023 16:44:02 +0900 Subject: [PATCH] Bump k8s version in envtest ... to the one consistent with the version in dependencies. Note that 1.26.7 is not a valid version of kubebuilder-tools at this moment so we use 1.26.1 which is the latest version of 1.26.x . --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 110532ab..f4258be9 100644 --- a/Makefile +++ b/Makefile @@ -50,7 +50,7 @@ endif DEFAULT_IMG ?= quay.io/openstack-k8s-operators/keystone-operator:latest IMG ?= $(DEFAULT_IMG) # ENVTEST_K8S_VERSION refers to the version of kubebuilder assets to be downloaded by envtest binary. -ENVTEST_K8S_VERSION = 1.25.0 +ENVTEST_K8S_VERSION = 1.26.1 # Get the currently used golang install path (in GOPATH/bin, unless GOBIN is set) ifeq (,$(shell go env GOBIN))