Skip to content

Commit e75cd6b

Browse files
authored
Updated KUBECTL_VERSION to 1.31.0 for fixing vulnerabilities (#1690)
* Bumped Go to 1.22.7 for fixing Critical/High vulberabilities * Bumped Go to 1.22.7 for fixing Critical/High vulberabilities * Bumped kubectl version for fixing vulnerabilities * Fixed kubectl version * Update go.mod
1 parent d8f041a commit e75cd6b

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
@@ -11,7 +11,7 @@ uname := $(shell uname -s)
1111
BUILDX_PLATFORM ?= linux/amd64,linux/arm64,linux/arm,linux/ppc64le,linux/s390x
1212
DOCKER_ORGS ?= aquasec public.ecr.aws/aquasecurity
1313
GOARCH ?= $@
14-
KUBECTL_VERSION ?= 1.28.7
14+
KUBECTL_VERSION ?= 1.31.0
1515
ARCH ?= $(shell go env GOARCH)
1616

1717
ifneq ($(findstring Microsoft,$(shell uname -r)),)

0 commit comments

Comments
 (0)