mirror of
https://github.com/kata-containers/kata-containers.git
synced 2026-03-16 01:32:26 +00:00
runtime: bump go.mod version
Update the runtime's go.mod go version to 1.25.8 to keep in sync with versions.yaml Signed-off-by: stevenhorsman <steven@uk.ibm.com>
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user