From 960cccfdcd5e5dcb713d3cbd6c66069074b49e8a Mon Sep 17 00:00:00 2001 From: Sebastiaan van Stijn Date: Wed, 4 Dec 2024 11:27:47 +0100 Subject: [PATCH] update to go1.23.4 go1.23.4 (released 2024-12-03) includes fixes to the compiler, the runtime, the trace command, and the syscall package. See the Go 1.23.4 milestone on our issue tracker for details: - https://github.com/golang/go/issues?q=milestone%3AGo1.23.4+label%3ACherryPickApproved - full diff: https://github.com/golang/go/compare/go1.23.3...go1.23.4 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 baa408e047..e97a547bf9 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.23.3 +GO_VERSION:=1.23.4 PLATFORM=Docker Engine - Community SHELL:=/bin/bash VERSION?=0.0.1-dev