mirror of
https://github.com/goreleaser/goreleaser.git
synced 2025-02-05 13:15:26 +02:00
c1f8b686db
This PR adds missing `file.Close()` calls in tests. All files that are opened using `os.Open` should be closed after finishing reading.