Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Install goreleaser-pro instead of goreleaser in make bootstrap #1226

Merged
merged 2 commits into from
Jul 22, 2024

Conversation

tashian
Copy link
Contributor

@tashian tashian commented Jul 9, 2024

We used to install goreleaser via go install as part of make bootstrap.
Unfortunately, goreleaser is not compatible with our .goreleaser.yml, which uses GoReleaser Pro directives.
Fortunately, GoReleaser Pro can be used to build binaries without a license key.
Unfortunately, GoReleaser Pro doesn't install via go install
Fortunately, GoReleaser Pro has GH releases we can download.
The license key is only needed for releases.

@github-actions github-actions bot added the needs triage Waiting for discussion / prioritization by team label Jul 9, 2024
@tashian tashian requested review from dopey and maraino July 9, 2024 17:00
@hslatman hslatman self-assigned this Jul 9, 2024
@tashian tashian merged commit ddc1a4f into master Jul 22, 2024
14 checks passed
@tashian tashian deleted the carl/install-goreleaser-pro branch July 22, 2024 16:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
needs triage Waiting for discussion / prioritization by team
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants