versions: Bump golang to 1.23.10

Bump golang to fix CVEs GO-2025-3751
and GO-2025-3563

Signed-off-by: stevenhorsman <steven@uk.ibm.com>
This commit is contained in:
stevenhorsman
2025-06-18 11:11:02 +01:00
parent 0aca20986b
commit aedbaa1545
3 changed files with 4 additions and 4 deletions

View File

@@ -21,7 +21,7 @@ jobs:
- name: Install Go
uses: actions/setup-go@v5
with:
go-version: 1.23.7
go-version: 1.23.10
- name: Checkout code
uses: actions/checkout@v4
with:

View File

@@ -17,7 +17,7 @@ jobs:
- name: Install Go
uses: actions/setup-go@v5
with:
go-version: 1.23.7
go-version: 1.23.10
env:
GOPATH: ${{ github.workspace }}/kata-containers
- name: Set env

View File

@@ -397,12 +397,12 @@ languages:
golang:
description: "Google's 'go' language"
notes: "'version' is the default minimum version used by this project."
version: "1.23.7"
version: "1.23.10"
meta:
description: |
'newest-version' is the latest version known to work when
building Kata
newest-version: "1.23.7"
newest-version: "1.23.10"
rust:
description: "Rust language"