Skip to content

docs(readme): correct the test command and the Go version badge - #560

Open
0xrlawrence wants to merge 1 commit into
canopy-network:mainfrom
0xrlawrence:docs/readme-build-and-version-fixes
Open

docs(readme): correct the test command and the Go version badge#560
0xrlawrence wants to merge 1 commit into
canopy-network:mainfrom
0xrlawrence:docs/readme-build-and-version-fixes

Conversation

@0xrlawrence

Copy link
Copy Markdown

Description

Two inaccuracies in README.md that affect anyone following it.

Changes Made

  • Test command. The "Running Tests" section says to run make test. No such target exists in the Makefile — it is make test/all. The documented command fails outright.
  • Go version badge. The badge advertises v1.21, but go.mod has required Go 1.26.0 since the toolchain bump.

Testing

Documentation only; no code affected.

Note

This touches the badge block, which #548 also edits. The changes are independent (that PR changes badge link targets, this one changes the version in the badge image URL), but may need a trivial rebase depending on merge order.

🤖 Generated with Claude Code

Two inaccuracies in README.md:

- 'Running Tests' instructs the reader to run 'make test'. No such target
  exists in the Makefile; the target is 'make test/all'. Running the
  documented command fails outright.

- The Go version badge advertises v1.21, but go.mod has required Go
  1.26.0 since the toolchain bump.

Documentation only; no code affected.
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