update kubectl version (#1933)

This commit is contained in:
LaibaBareera
2025-08-22 12:38:37 +05:00
committed by GitHub
parent 2df3826789
commit 858c15c999

View File

@@ -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.34.0-alpha.1
KUBECTL_VERSION ?= 1.34.0-rc.2
ARCH ?= $(shell go env GOARCH)
ifneq ($(findstring Microsoft,$(shell uname -r)),)