From 90d0892ef35c199ae5aa1ce41926a5f9872fab4b Mon Sep 17 00:00:00 2001 From: Stefan Bueringer Date: Mon, 10 Jun 2024 15:41:30 +0200 Subject: [PATCH] Bump Go to 1.21.9 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Stefan Büringer buringerst@vmware.com --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 1eb0554f37..a179d675af 100644 --- a/Makefile +++ b/Makefile @@ -23,7 +23,7 @@ SHELL:=/usr/bin/env bash # # Go. # -GO_VERSION ?= 1.21.9 +GO_VERSION ?= 1.21.11 GO_CONTAINER_IMAGE ?= docker.io/library/golang:$(GO_VERSION) GO_DIRECTIVE_VERSION ?= 1.21.0