podman/pkg/machine/compression
Paul Holzinger e9fb805522
update golangci/golangci-lint to v1.63.4
Fix new issues found by usetesting, mainly we should use t.TempDir() in
test which makes the code better as this will be removed on test end
automatically so no need for defer or any error checking.
Also fix issues reported by exptostd, these mainly show where we can
switch the imports to the std maps/slices packages instead of the
golang.org/x/exp/... packages.

Signed-off-by: Paul Holzinger <pholzing@redhat.com>
2025-01-07 15:48:53 +01:00
..
testdata Better file close and err handling 2024-02-25 22:29:03 +01:00
compression_test.go Machine decompress.go refactoring follow-up 2024-03-13 00:58:50 +01:00
config.go zstd now default compression for podman machine 2024-02-20 14:26:41 -06:00
copy_test.go update golangci/golangci-lint to v1.63.4 2025-01-07 15:48:53 +01:00
decompress.go pkg/machine/compression: skip decompress bar for empty file 2024-07-18 13:23:00 +02:00
generic.go Machine decompress.go refactoring follow-up 2024-03-13 00:58:50 +01:00
sparse_file_writer.go Avoid reliance on fs.ErrClosed in SparseWriter users 2024-03-07 14:46:12 +01:00
sparse_file_writer_test.go Avoid reliance on fs.ErrClosed in SparseWriter users 2024-03-07 14:46:12 +01:00
uncompressed.go Avoid reliance on fs.ErrClosed in SparseWriter users 2024-03-07 14:46:12 +01:00
zip.go Avoid reliance on fs.ErrClosed in SparseWriter users 2024-03-07 14:46:12 +01:00