1
0
mirror of https://github.com/aquasecurity/kube-bench.git synced 2025-08-01 19:38:27 +00:00

chore: use kubectl 1.34.0-alpha.1

This commit is contained in:
afdesk 2025-06-17 18:35:13 +06:00
parent 98aa7bbfce
commit 5cafa2d649

View File

@ -11,7 +11,7 @@ uname := $(shell uname -s)
BUILDX_PLATFORM ?= linux/amd64,linux/arm64,linux/arm,linux/ppc64le,linux/s390x BUILDX_PLATFORM ?= linux/amd64,linux/arm64,linux/arm,linux/ppc64le,linux/s390x
DOCKER_ORGS ?= aquasec public.ecr.aws/aquasecurity DOCKER_ORGS ?= aquasec public.ecr.aws/aquasecurity
GOARCH ?= $@ GOARCH ?= $@
KUBECTL_VERSION ?= 1.33.0 KUBECTL_VERSION ?= 1.34.0-alpha.1
ARCH ?= $(shell go env GOARCH) ARCH ?= $(shell go env GOARCH)
ifneq ($(findstring Microsoft,$(shell uname -r)),) ifneq ($(findstring Microsoft,$(shell uname -r)),)