Skip to content

new policy: support only 2 latest Go releases + tip (currently 4+tip) #600

@adonovan

Description

@adonovan

Background: Historically, Starlark-go has supported the 4 most recent released Go versions (currently go1.21, go1.22, go1.23, go.24) plus the tip GOROOT toolchain (soon to be go1.25). However, every time we update a module dependency, the Go command nudges us towards ever higher Go releases, especially because our dependencies include golang.org/x modules (sys, term) which automatically track the latest-but-one Go release. However, this should not be a problem since all recent versions of the Go command automatically and transparently download the required toolchain.

The only problem arises if Starlark-go is used in a project that for some reason absolutely cannot upgrade to the latest-but-one Go release. In that case, it becomes the user's problem to avoid upgrading Starlark-go too.

Proposal: Starting in 7 days, I propose to reduce our support window to only the last 2 Go releases, plus tip. At this moment, that means requiring go1.23.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions