Skip to content

Commit 5e01c24

Browse files
authored
chore: upgrade ENVTEST_K8S_VERSION to 1.26.1 (#360)
Signed-off-by: Skye Gill <[email protected]>
1 parent a4cfad8 commit 5e01c24

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
@@ -6,7 +6,7 @@ KUSTOMIZE_OVERLAY ?= DEFAULT
66
# ENVTEST_K8S_VERSION refers to the version of kubebuilder assets to be downloaded by envtest binary.
77
FLAGD_VERSION=v0.3.4
88
CHART_VERSION=v0.2.28# x-release-please-version
9-
ENVTEST_K8S_VERSION = 1.25
9+
ENVTEST_K8S_VERSION = 1.26.1
1010

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

0 commit comments

Comments
 (0)