From c904b62f124db7493bcf6ac24ca68012b58705a0 Mon Sep 17 00:00:00 2001 From: Sebastiaan van Stijn Date: Tue, 4 Nov 2025 11:13:55 +0100 Subject: [PATCH] update to go1.24.9 go1.24.9 (released 2025-10-13) includes fixes to the crypto/x509 package. See the Go 1.24.9 milestone on our issue tracker for details: - https://github.com/golang/go/issues?q=milestone%3AGo1.24.9+label%3ACherryPickApproved - full diff: https://github.com/golang/go/compare/go1.24.8...go1.24.9 Signed-off-by: Sebastiaan van Stijn --- common.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common.mk b/common.mk index 493ee0cc59..4bb766c04e 100644 --- a/common.mk +++ b/common.mk @@ -17,7 +17,7 @@ CHOWN:=docker run --rm -v $(CURDIR):/v -w /v alpine chown DEFAULT_PRODUCT_LICENSE:=Community Engine PACKAGER_NAME?= DOCKER_GITCOMMIT:=abcdefg -GO_VERSION:=1.24.8 +GO_VERSION:=1.24.9 PLATFORM=Docker Engine - Community SHELL:=/bin/bash VERSION?=0.0.1-dev