mirror of
https://github.com/podman-container-tools/podman.git
synced 2026-09-14 03:27:59 +00:00
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:
parent
ec30171911
commit
2e49c22bc2
1 changed files with 1 additions and 1 deletions
2
go.mod
2
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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue