.github/workflows/ci.yaml:19 pins Go 1.25, while go.mod:3 declares 1.26.4 and the docs
(docs/setup.md, docs/get-started/quickstart-proxy.md, README's badge) all say Go 1.26.
CI currently builds and tests on an older toolchain than the module declares and than the docs
tell contributors to use. .github/workflows/release.yaml (proposed in #141) correctly uses
1.26, which would leave release artifacts built on a different Go version than CI validates.
Suggested fix: bump ci.yaml to 1.26.
.github/workflows/ci.yaml:19pins Go1.25, whilego.mod:3declares1.26.4and the docs(
docs/setup.md,docs/get-started/quickstart-proxy.md, README's badge) all say Go 1.26.CI currently builds and tests on an older toolchain than the module declares and than the docs
tell contributors to use.
.github/workflows/release.yaml(proposed in #141) correctly uses1.26, which would leave release artifacts built on a different Go version than CI validates.
Suggested fix: bump
ci.yamlto 1.26.