Update GoReleaser documentation and installation command - #125
Merged
Merged
Conversation
Version 2 of goreleaser is indexed one folder deeper in the source repo.
Maintain consistency in help text for failed goreleaser execution
There was a problem hiding this comment.
🟢 Approval recommended
The changes are small, consistent across the docs and script, and correctly update the GoReleaser module path without affecting build logic.
Pull request overview
Updates local build documentation and helper script messaging to use the correct GoReleaser v2 Go module path (.../v2@...), aligning installation instructions with Go modules major-version import semantics.
Changes:
- Updated
README.mdGoReleaser install command togithub.com/goreleaser/goreleaser/v2@v2.17.1. - Updated
build_locally.shinstallation hint to match the corrected module path.
File summaries
| File | Description |
|---|---|
| README.md | Fixes the documented go install command to use the v2 module path for GoReleaser. |
| build_locally.sh | Aligns the “not installed” guidance message with the corrected GoReleaser v2 install path. |
Review details
- Files reviewed: 2/2 changed files
- Comments generated: 0
- Review effort level: Lite
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
besendorf
approved these changes
Sep 1, 2026
besendorf
left a comment
Collaborator
There was a problem hiding this comment.
Reviewed both changed files. The corrected GoReleaser v2 module path resolves at v2.17.1, while the previous path fails Go module major-version validation. No findings.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This pull request updates the GoReleaser installation instructions to use the correct Go module path, ensuring compatibility with Go modules v2 and above.
Documentation and script updates:
README.mdto usegithub.com/goreleaser/goreleaser/v2@v2.17.1instead of the deprecated path.build_locally.shto match the correct GoReleaser module path.