diff --git a/go.mod b/go.mod index 53324b6549..27fc10263c 100644 --- a/go.mod +++ b/go.mod @@ -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