From 65de054a1ed6911f4edbd4e49aff023815633e08 Mon Sep 17 00:00:00 2001 From: Sebastiaan van Stijn Date: Thu, 9 Nov 2023 11:09:12 +0100 Subject: [PATCH] Revert "update to go1.21.4" due to regressions / breaking changes. Unfortunately, the go1.21.4 security update exposed some regressions / breaking changes in moby (docker engine) and containerd. These issues are looked into, but in the meantime we should revert this patch. This temporarily reintroduces CVE-2023-45284 and CVE-2023-45283. This reverts commit 8cb2b0efee7801e8878f5c03b81b0ada04f84303. 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 94f4685d28..78715111c2 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.21.4 +GO_VERSION:=1.21.3 PLATFORM=Docker Engine - Community SHELL:=/bin/bash VERSION?=0.0.1-dev