Go 1.24+ requirement narrows the audience — many production teams run 1.22/1.23. Determine whether this is a hard dependency (SSA/CHA API changes) or soft, and lower if possible.
Acceptance criteria
- Audit
x/tools SSA and CHA API usage for 1.22/1.23 compatibility
- If hard dependency, document why prominently in README
- If soft, lower
go.mod requirement and add CI matrix testing for 1.22+
Go 1.24+ requirement narrows the audience — many production teams run 1.22/1.23. Determine whether this is a hard dependency (SSA/CHA API changes) or soft, and lower if possible.
Acceptance criteria
x/toolsSSA and CHA API usage for 1.22/1.23 compatibilitygo.modrequirement and add CI matrix testing for 1.22+