From 6b2fe61f82efb56c073b466ea7bcd7ece6a53f5c Mon Sep 17 00:00:00 2001 From: Stefan Bueringer Date: Mon, 3 Nov 2025 16:12:56 +0100 Subject: [PATCH] Bump to Go 1.24.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 269dc1454b..2d4aebfd35 100644 --- a/Makefile +++ b/Makefile @@ -23,7 +23,7 @@ SHELL:=/usr/bin/env bash # # Go. # -GO_VERSION ?= 1.24.6 +GO_VERSION ?= 1.24.9 GO_DIRECTIVE_VERSION ?= 1.24.0 GO_CONTAINER_IMAGE ?= docker.io/library/golang:$(GO_VERSION)