From 20a26a02b2761c5765c76b8a5f556c79f4055b55 Mon Sep 17 00:00:00 2001 From: afdesk Date: Tue, 17 Jun 2025 19:26:44 +0600 Subject: [PATCH] chore: use kubectl 1.34.0-alpha.1 (#1894) --- makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/makefile b/makefile index 474873d..a56612e 100644 --- a/makefile +++ b/makefile @@ -11,7 +11,7 @@ uname := $(shell uname -s) BUILDX_PLATFORM ?= linux/amd64,linux/arm64,linux/arm,linux/ppc64le,linux/s390x DOCKER_ORGS ?= aquasec public.ecr.aws/aquasecurity GOARCH ?= $@ -KUBECTL_VERSION ?= 1.33.0 +KUBECTL_VERSION ?= 1.34.0-alpha.1 ARCH ?= $(shell go env GOARCH) ifneq ($(findstring Microsoft,$(shell uname -r)),)