mirror of
https://github.com/goreleaser/goreleaser.git
synced 2025-01-28 04:44:34 +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.