From 8e7969995aea3406d8099d95848b4734c22beaad Mon Sep 17 00:00:00 2001 From: Tom Wieczorek Date: Thu, 7 Sep 2023 12:34:04 +0200 Subject: [PATCH] Bump Go to v1.20.8 Fixes CVE-2023-39318, CVE-2023-39319, CVE-2023-39320, CVE-2023-39321 and CVE-2023-39322. https://groups.google.com/g/golang-announce/c/Fm51GRLNRvM/m/F5bwBlXMAQAJ Signed-off-by: Tom Wieczorek (cherry picked from commit 04da6de2ee168d6ab4513474488e24bd1c9abfac) --- embedded-bins/Makefile.variables | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/embedded-bins/Makefile.variables b/embedded-bins/Makefile.variables index 6a5ee006ddca..b01e9159ad20 100644 --- a/embedded-bins/Makefile.variables +++ b/embedded-bins/Makefile.variables @@ -1,7 +1,7 @@ alpine_version = 3.17 alpine_patch_version = $(alpine_version).4 golang_buildimage=docker.io/library/golang:$(go_version)-alpine3.18 -go_version = 1.20.7 +go_version = 1.20.8 runc_version = 1.1.9 runc_buildimage = $(golang_buildimage)