CLAUDE.md references a specific Go version (currently 1.26+). This duplicates what's already in go.mod and requires manual updates on every Go bump.
Replace the hardcoded Go version reference with a pointer to go.mod as the source of truth, or remove the version mention entirely.
Files:
CLAUDE.md:11 — "Go 1.26+"
CLAUDE.md references a specific Go version (currently 1.26+). This duplicates what's already in
go.modand requires manual updates on every Go bump.Replace the hardcoded Go version reference with a pointer to
go.modas the source of truth, or remove the version mention entirely.Files:
CLAUDE.md:11— "Go 1.26+"