From acd29ed9a9e1dd0c318a01fb7c9ac015dfbc6457 Mon Sep 17 00:00:00 2001 From: Prajyot-Parab Date: Mon, 17 Jun 2024 23:12:26 +0530 Subject: [PATCH] Fix trivy analysis reported issues 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