# Fast and easy Go binaries delivery

DevFeed: [Fast and easy Go binaries delivery](<https://devfeed.tech/articles/fast-and-easy-go-binaries-delivery-37766.md>)

Original publisher: [Read original article](<https://carlosbecker.com/posts/goreleaser/>)

Author: Carlos Alexandro Becker

Published: 2017-01-02T00:00:00Z

Content type: article

Language: en

Sources: [Carlos Becker](<https://devfeed.tech/sources/carlos-becker.md>)

Topics: [Go Language](<https://devfeed.tech/topics/go-language.md>), [GitHub](<https://devfeed.tech/topics/github.md>), [releases](<https://devfeed.tech/topics/releases.md>), [Bash](<https://devfeed.tech/topics/bash.md>), [Homebrew](<https://devfeed.tech/topics/homebrew.md>), [ci](<https://devfeed.tech/topics/ci.md>)

Tags: [builds](<https://devfeed.tech/tags/builds.md>), [ci](<https://devfeed.tech/tags/ci.md>), [github](<https://devfeed.tech/tags/github.md>), [go](<https://devfeed.tech/tags/go.md>), [homebrew](<https://devfeed.tech/tags/homebrew.md>), [releases](<https://devfeed.tech/tags/releases.md>), [reproducible-builds](<https://devfeed.tech/tags/reproducible-builds.md>), [shell](<https://devfeed.tech/tags/shell.md>)

## AI overview

The article introduces GoReleaser, a tool created to automate reproducible, fast, and CI-friendly builds and releases of Go binaries for multiple platforms. It can publish binaries through GitHub releases and create or update Homebrew formulas.

## Source excerpt

I have some apps written in Go, which I deliver as binaries for each platform using GitHub releases. Until now, I was doing it with a very simple shell script.