From 2e49c22bc22e06db5bbcfab9fbf1e4a8611f2574 Mon Sep 17 00:00:00 2001 From: Paul Holzinger Date: Thu, 3 Sep 2026 18:43:05 +0200 Subject: [PATCH] bump go to 1.26 Set the minimum supported go version to go 1.26. container-libs requires it now and some other deps will need it as well. Signed-off-by: Paul Holzinger --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 4a5293de19..2e9f01775e 100644 --- a/go.mod +++ b/go.mod @@ -3,7 +3,7 @@ module go.podman.io/podman/v6 // Warning: if there is a "toolchain" directive anywhere in this file (and most of the // time there shouldn't be), its version must be an exact match to the "go" directive. -go 1.25.9 +go 1.26.0 require ( github.com/Microsoft/go-winio v0.6.2