Skip to content

Commit

Permalink
Updated KUBECTL_VERSION to 1.31.0 for fixing vulnerabilities (#1690)
Browse files Browse the repository at this point in the history
* 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
  • Loading branch information
jdesouza authored Oct 3, 2024
1 parent d8f041a commit e75cd6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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.28.7
KUBECTL_VERSION ?= 1.31.0
ARCH ?= $(shell go env GOARCH)

ifneq ($(findstring Microsoft,$(shell uname -r)),)
Expand Down

0 comments on commit e75cd6b

Please # to comment.