Skip to content

Commit 776059c

Browse files
committed
Bump k8s version in envtest
... to the one consistent with the version in dependencies.
1 parent b8bc9d6 commit 776059c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ endif
5050
DEFAULT_IMG ?= quay.io/openstack-k8s-operators/mariadb-operator:latest
5151
IMG ?= $(DEFAULT_IMG)
5252
# ENVTEST_K8S_VERSION refers to the version of kubebuilder assets to be downloaded by envtest binary.
53-
ENVTEST_K8S_VERSION = 1.25.0
53+
ENVTEST_K8S_VERSION = 1.26
5454

5555
# Get the currently used golang install path (in GOPATH/bin, unless GOBIN is set)
5656
ifeq (,$(shell go env GOBIN))

0 commit comments

Comments
 (0)