Skip to content

gopls/v0.8.3

Compare
Choose a tag to compare
@findleyr findleyr released this 12 Apr 16:01
· 2287 commits to master since this release

This release exists primarily to pick up staticcheck@v0.3.0, which supports generics.

New Features

Gopls now integrates with staticcheck@v0.3.0, which supports generics. To enable staticcheck analyzers, set "staticcheck": true in your gopls settings. Note that as part of this change, staticcheck is only supported when gopls is built with Go 1.17+.
image

Bugfixes

A full list of all issues fixed can be found in the gopls/v0.8.3 milestone. To report a new problem, please file a new issue at https://go.dev/issues/new.

Thank you to our contributors!

@suzmue @pjweinb @leitzler @hiroebe