mirror of
https://github.com/goreleaser/goreleaser.git
synced 2025-02-03 13:11:48 +02:00
c5204dfb64
This PR fixes possible resource leaks by adding a statement that closes a response body. From the [documentation](https://pkg.go.dev/net/http): > The caller must close the response body when finished with it Also, see this [article](https://golang50shad.es/index.html#close_http_resp_body) for a deep dive into the problem.