The Goreleaser team has a issue 1013 saying that it cannot currently be built from source.
This PR removes gorelease as a source dependency, since we're not actually needing their source. We only need the gorelease binary, and even then, not within CircleCI. It is only needed when a developer wants to publish a new release to GitHub. I updated the README to reflect that.
The Goreleaser team has a issue 1013 saying that it cannot currently be built from source.
This PR removes gorelease as a source dependency, since we're not actually needing their source. We only need the gorelease binary, and even then, not within CircleCI. It is only needed when a developer wants to publish a new release to GitHub. I updated the README to reflect that.
I also told them to reopen their ticket because not being able to build from master is a pretty serious issue.