bump go.mod to go 1.25

Signed-off-by: Paul Holzinger <pholzing@redhat.com>
This commit is contained in:
Paul Holzinger
2026-03-12 17:16:35 +01:00
parent faa9b02d8f
commit 9278b45424

2
go.mod
View File

@@ -3,7 +3,7 @@ module github.com/containers/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.24.6
go 1.25.0
require (
github.com/Microsoft/go-winio v0.6.2