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
The text was updated successfully, but these errors were encountered:
gopherbot
added
Tools
This label describes issues relating to any tools in the x/tools repository.
gopls
Issues related to the Go language server, gopls.
labels
May 18, 2022
New Features
New analyzer for //go:embed comments
Gopls now includes an analyzer for go:embed comment directives. At
the moment, this analyzer checks that the "embed" import is present,
but more analyses are planned for the future. See golang/go#50262
for more information.
Improved hover for imports
Hovering over an imported path now gives you the full package doc.
Final support for Go 1.13
Per our support window, gopls v0.8.4 will be the final gopls release
to support being built with Go 1.13. See golang/go#52982 for details.
Bugfixes and Performance improvements
Faster symbol indexing. Gopls builds a symbol index the first
time symbol search is invoked. That indexing should be 3-4x
faster with this release.
Improved metadata invalidation (AKA fewer restarts). v0.8.4
fixes a couple of bugs that lead to gopls getting confused
about packages and needing to be restarted. We're aware of more
bugs of this nature, but are working on eliminating the need
to ever restart gopls.
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:
CC @hyangah
The text was updated successfully, but these errors were encountered: