From 4cb8c746b10654977071ffe472e5a5f17bc1854d Mon Sep 17 00:00:00 2001 From: Balazs Gibizer Date: Thu, 15 Feb 2024 13:26:05 +0100 Subject: [PATCH] Sync EnvTest version with k8s version --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index e0598ae..16b2795 100644 --- a/Makefile +++ b/Makefile @@ -56,7 +56,7 @@ OPERATOR_SDK_VERSION ?= v1.31.0 DEFAULT_IMG ?= quay.io/openstack-k8s-operators/openstack-baremetal-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.26 +ENVTEST_K8S_VERSION = 1.28 # Get the currently used golang install path (in GOPATH/bin, unless GOBIN is set) ifeq (,$(shell go env GOBIN))