Merge pull request #27351 from mheon/bump_600_dev

Bump Go version to v6
This commit is contained in:
openshift-merge-bot[bot]
2025-10-24 12:24:58 +00:00
committed by GitHub
1001 changed files with 2700 additions and 2700 deletions

2
go.mod
View File

@@ -1,4 +1,4 @@
module github.com/containers/podman/v5
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.