Closed
Description
This issue exists to block the release of go1.23rc1 on the existence of a [email protected] release.
gopls@master has support for 1.23 features that does not yet exist in gopls@latest. Notably:
- Support for range-over-func (including SSA)
- Support for gotypesalias=1
- Support for the new API of runtime.SetCrashOutput (currently, gopls@latest doesn't built with go1.23 due to an API change)
- (soon) support for
godebug
directives in go.mod and go.work files
Ideally, we'd like to release [email protected] prior to go1.23rc1, so that gopls users can experiment with the new language features. At the very least, we should have a gopls prerelease with this support before the Go release candidate.
See the gopls/v0.16.0 milestone for the current status of this release.
Metadata
Metadata
Assignees
Labels
Type
Projects
Status
Done