diff --git a/.github/workflows/pre-commit.yml b/.github/workflows/pre-commit.yml index 2b6a1fe9b..26a010852 100644 --- a/.github/workflows/pre-commit.yml +++ b/.github/workflows/pre-commit.yml @@ -43,7 +43,7 @@ jobs: strategy: fail-fast: false matrix: - k8s: [v1.29.0, v1.28.0, v1.27.3, v1.26.6, v1.25.11, v1.24.15] + k8s: [v1.29.1, v1.28.6, v1.27.10, v1.26.13, v1.25.16, v1.24.17] plugin: ['', '--plugin'] steps: - name: Checkout source code diff --git a/Makefile b/Makefile index aa1999713..0f6d0dee7 100644 --- a/Makefile +++ b/Makefile @@ -63,7 +63,7 @@ export PATH := $(BASE_DIR)/$(TOOLS_DIR):$(GO_EXE_PATH):$(PATH) # Default values for dev cluster ifeq ($(K8S_VERSION),) -K8S_VERSION := v1.29.0 +K8S_VERSION := v1.29.1 endif ifeq ($(CLUSTER_NAME),) CLUSTER_NAME := yk8s