Skip to content

x/tools/gopls: drop support for building at Go 1.13-15 #52982

Closed
@findleyr

Description

@findleyr

As described in our support documentation, gopls only supports building with the last four Go versions.

#50825 outlines a long-term plan to remove support for building gopls at legacy Go versions, but in the meantime we should drop support for Go 1.13 and Go 1.14 now that Go 1.18 is released. This issue tracks dropping support for 1.13.

Action items:

  • note the end-of-life for Go 1.13 support in our v0.8.4 release notes
    check with the VS Code team to update our compatibility matrix
    document our new compatibility matrix.
    remove Kokoro 1.13 CI

CC @hyangah

Activity

added
ToolsThis label describes issues relating to any tools in the x/tools repository.
goplsIssues related to the Go language server, gopls.
on May 18, 2022
added this to the Unreleased milestone on May 18, 2022
added a commit that references this issue on May 28, 2022
changed the title [-]x/tools/gopls: drop support for building at Go 1.13[/-] [+]x/tools/gopls: drop support for building at Go 1.13-15[/+] on Oct 6, 2022
self-assigned this
on Dec 15, 2022
findleyr

findleyr commented on Dec 15, 2022

@findleyr
MemberAuthor

This is done.

As of https://go.dev/cl/457835, gopls no longer builds at Go versions before Go 1.16.

added a commit that references this issue on Jan 7, 2023
added a commit that references this issue on Jan 18, 2023
locked and limited conversation to collaborators on Dec 15, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

FrozenDueToAgeToolsThis label describes issues relating to any tools in the x/tools repository.goplsIssues related to the Go language server, gopls.

Type

No type

Projects

No projects

Relationships

None yet

    Development

    No branches or pull requests

      Participants

      @gopherbot@findleyr

      Issue actions

        x/tools/gopls: drop support for building at Go 1.13-15 · Issue #52982 · golang/go