From dbc1838af3ba138896b68cf39c314da9c0235315 Mon Sep 17 00:00:00 2001 From: Tom Wieczorek Date: Wed, 5 Jun 2024 17:09:31 +0200 Subject: [PATCH] Bump Go to v1.21.11 https://groups.google.com/g/golang-announce/c/XbxouI9gY7k/m/TuoGEhxIEwAJ https://go.dev/doc/devel/release#go1.21.11 https://github.com/golang/go/issues?q=milestone%3AGo1.21.11+label%3ACherryPickApproved Fixes CVE-2024-24789 and CVE-2024-24790. Signed-off-by: Tom Wieczorek --- 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 4b7b9951f457..b10dc375f1db 100644 --- a/embedded-bins/Makefile.variables +++ b/embedded-bins/Makefile.variables @@ -1,7 +1,7 @@ alpine_version = 3.19 alpine_patch_version = $(alpine_version).0 golang_buildimage=docker.io/library/golang:$(go_version)-alpine$(alpine_version) -go_version = 1.21.10 +go_version = 1.21.11 runc_version = 1.1.12 runc_buildimage = $(golang_buildimage)