Skip to content

ci: ci.yaml pins Go 1.25 while go.mod declares 1.26.4 #152

Description

@OsherElhadad

.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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions