From f25fa6ab252c8500d2e1fc041c437f9f60f17cb8 Mon Sep 17 00:00:00 2001 From: stevenhorsman Date: Thu, 12 Mar 2026 08:53:40 +0000 Subject: [PATCH] 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 --- src/runtime/go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/runtime/go.mod b/src/runtime/go.mod index b48bc98679..5a5a011bb2 100644 --- a/src/runtime/go.mod +++ b/src/runtime/go.mod @@ -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