Skip to content

Commit 07f07cd

Browse files
Merge pull request #139 from kajinamit/envtest-k8s-version
Bump k8s version in envtest
2 parents ff4ae99 + 776059c commit 07f07cd

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
@@ -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)