Closed
Description
Howdy!
As in the description, there is an existing issue in the proper repository golangci/homebrew-tap#7 (here only to emphasize 😉)
It makes harder to maintain the same newest version of this amazing tool 🎉 in CI pipelines and programmers machines.
Cheers!
Metadata
Metadata
Assignees
Type
Projects
Milestone
Relationships
Development
No branches or pull requests
Activity
StevenACoffman commentedon Apr 17, 2020
v1.23.8 is the last stable release, as with v1.24.0 there are OOM issues. See #994
programmer04 commentedon Apr 17, 2020
Oh thanks for the answer, I was misled by readme which points to
1.24.0
ernado commentedon Apr 20, 2020
Looks like a bug in @goreleaserbot, but I have no idea how to fix that.
StevenACoffman commentedon Apr 20, 2020
You just need to run
goreleaser
as a user who has commit access to the https://github.com/golangci/homebrew-tap repository.brew install goreleaser/tap/goreleaser
GITHUB_TOKEN
environment variable, which should contain a valid GitHub token with therepo
scope. It will be used to deploy releases to your GitHub repository. You can create a token here for GitHub.goreleaserbot is the author name that is configured to be associated with the commit in the homebrew-tap repository. It does not run automatically without a maintainer manually invoking it, unless you use the github action which has not been set up yet.
[-]On macOS brew does not install the newest version, stuck on v1.23.8[/-][+]Homebrew version is outdated[/+]ernado commentedon Apr 22, 2020
Should be fixed with new release.