Update module github.com/containers/psgo to v1.10.0

Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot]
2025-11-08 01:38:22 +00:00
committed by GitHub
parent 0aa3f74ccd
commit b458ba0d49
9 changed files with 21 additions and 16 deletions

View File

@@ -47,7 +47,7 @@ func ReadMappings(path string) ([]idtools.IDMap, error) {
if err != nil {
return nil, err
}
defer file.Close()
defer file.Close() //nolint:errcheck
var mappings []idtools.IDMap