Merge pull request #12661 from stevenhorsman/runtime-go-1.25.8

runtime: bump go.mod version
This commit is contained in:
Dan Mihai
2026-03-13 14:06:08 -07:00
committed by GitHub

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.7
go 1.25.8
// WARNING: Do NOT use `replace` directives as those break dependabot:
// https://github.com/kata-containers/kata-containers/issues/11020