From d2b1a1b13dc4e8a3d4e10d7336f3c2b91db1ae2b Mon Sep 17 00:00:00 2001 From: Prajyot Parab Date: Tue, 18 Jun 2024 10:18:22 +0530 Subject: [PATCH] Fix trivy analysis reported issues (#1842) Signed-off-by: Prajyot-Parab --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 4fff80d1a..63ee0b4c9 100644 --- a/Makefile +++ b/Makefile @@ -63,7 +63,7 @@ RELEASE_DIR := out OUTPUT_TYPE ?= type=registry # Go -GO_VERSION ?=1.21.10 +GO_VERSION ?=1.21.11 GO_CONTAINER_IMAGE ?= golang:$(GO_VERSION) # kind