From 2daf2bfb95910a472e534134a5e44422fa450a8d Mon Sep 17 00:00:00 2001 From: stevenhorsman Date: Mon, 21 Jul 2025 15:31:15 +0100 Subject: [PATCH] versions: Bump golang to 1.24.6 golang 1.25 is due to release this month, so 1.23 will do longer be stable, so we should update to ensure we don't end up with security issues Signed-off-by: stevenhorsman --- versions.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/versions.yaml b/versions.yaml index 18af53c4ae..2dbf76c215 100644 --- a/versions.yaml +++ b/versions.yaml @@ -415,12 +415,12 @@ languages: golang: description: "Google's 'go' language" notes: "'version' is the default minimum version used by this project." - version: "1.23.10" + version: "1.24.6" meta: description: | 'newest-version' is the latest version known to work when building Kata - newest-version: "1.23.10" + newest-version: "1.24.6" rust: description: "Rust language"