Skip to content

docs(readme): scope the Go 1.26+ requirement to go install#24

Merged
walkindude merged 1 commit into
masterfrom
docs/readme-scope-go-version-requirement
Apr 26, 2026
Merged

docs(readme): scope the Go 1.26+ requirement to go install#24
walkindude merged 1 commit into
masterfrom
docs/readme-scope-go-version-requirement

Conversation

@walkindude

Copy link
Copy Markdown
Owner

Summary

The README's "Requires Go 1.26+" line sat directly under the `go install` block but a quick read could parse it as a global prerequisite. Only the `go install` path (and building from source) needs a Go toolchain on the user's machine; the other install methods ship a pre-compiled binary and have zero Go dependency.

Reworded to make the scope explicit:

Requires Go 1.26+ on your machine, since this path builds gosymdb from source. The other install methods in this section (Homebrew, scripted installer, Nix, Linux packages) ship pre-compiled binaries and have no Go dependency at install or runtime.

Test plan

  • Render the section on GitHub and confirm the rewording reads cleanly under `### Go toolchain`
  • Confirm `go.mod` (`go 1.26`) is consistent with the version called out for the source-build path

🤖 Generated with Claude Code

The line "Requires Go 1.26+" sat directly under the `go install`
block but a quick read could parse it as a global prerequisite. Only
the `go install` path (and building from source) needs a Go toolchain
on the user's machine; Homebrew, the scripted installer, Nix, and the
Linux .deb/.rpm/.apk packages all ship a pre-compiled binary and
have zero Go dependency at install or runtime.

Reworded to make the scope explicit and to call out the alternative
install methods that don't require Go.
@walkindude walkindude merged commit 63a6984 into master Apr 26, 2026
8 checks passed
@walkindude walkindude deleted the docs/readme-scope-go-version-requirement branch April 26, 2026 13:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant