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