From 1bb5e8f4bc0a4cb221f9be4a7931f8c1a118994c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pawe=C5=82=20Gronowski?= Date: Wed, 8 Oct 2025 11:48:07 +0200 Subject: [PATCH] update to go1.24.8 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Paweł Gronowski (cherry picked from commit f494f381608419b78fd6fd8231a79e9aca79c23b) Signed-off-by: Paweł Gronowski --- common.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common.mk b/common.mk index be83f7e542..493ee0cc59 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.7 +GO_VERSION:=1.24.8 PLATFORM=Docker Engine - Community SHELL:=/bin/bash VERSION?=0.0.1-dev