mirror of
https://github.com/containers/podman.git
synced 2025-05-17 06:59:07 +08:00

With go 1.23 the maps package was added in the std library. The linter now wants us to use that. However the API chnaged as it returns an iterator, thus we also have to use slices.Collect(). Signed-off-by: Paul Holzinger <pholzing@redhat.com>