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 <pholzing@redhat.com>
This commit is contained in:
Paul Holzinger 2026-09-03 18:43:05 +02:00
parent ec30171911
commit 2e49c22bc2
No known key found for this signature in database
GPG key ID: EB145DD938A3CAF2

2
go.mod
View file

@ -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