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 <steven@uk.ibm.com>
This commit is contained in:
stevenhorsman 2025-07-21 15:31:15 +01:00
parent 0fb4b95244
commit 2daf2bfb95

View File

@ -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"