Merge pull request #13336 from stevenhorsman/versions/golang/1.25.12

versions: bump golang to 1.25.12
This commit is contained in:
Steve Horsman
2026-07-10 18:21:05 +01:00
committed by GitHub
6 changed files with 7 additions and 7 deletions

View File

@@ -1,7 +1,7 @@
module github.com/kata-containers/kata-containers/src/runtime
// Keep in sync with version in versions.yaml
go 1.25.11
go 1.25.12
// WARNING: Do NOT use `replace` directives as those break dependabot:
// https://github.com/kata-containers/kata-containers/issues/11020

View File

@@ -1,7 +1,7 @@
module kata-containers/csi-kata-directvolume
// Keep in sync with version in versions.yaml
go 1.25.11
go 1.25.12
// WARNING: Do NOT use `replace` directives as those break dependabot:
// https://github.com/kata-containers/kata-containers/issues/11020

View File

@@ -1,7 +1,7 @@
module github.com/kata-containers/kata-containers/src/tools/log-parser
// Keep in sync with version in versions.yaml
go 1.25.11
go 1.25.12
require (
github.com/BurntSushi/toml v1.1.0

View File

@@ -1,7 +1,7 @@
module github.com/kata-containers/tests
// Keep in sync with version in versions.yaml
go 1.25.11
go 1.25.12
// WARNING: Do NOT use `replace` directives as those break dependabot:
// https://github.com/kata-containers/kata-containers/issues/11020

View File

@@ -1,7 +1,7 @@
module module-path
// Keep in sync with version in versions.yaml
go 1.25.11
go 1.25.12
require (
github.com/sirupsen/logrus v1.9.4

View File

@@ -465,12 +465,12 @@ languages:
description: "Google's 'go' language"
notes: "'version' is the default minimum version used by this project."
# When updating this, also update in go.mod files.
version: "1.25.11"
version: "1.25.12"
meta:
description: |
'newest-version' is the latest version known to work when
building Kata
newest-version: "1.25.11"
newest-version: "1.25.12"
rust:
description: "Rust language"