gopls/v0.6.5
stamblerre
released this
03 Feb 20:49
·
3519 commits
to master
since this release
gopls/v0.6.5
Features
Show available upgrades for dependencies
gopls/v0.6.0
removed support for the code lenses that showed available upgrades for dependencies. This behavior has now been reintroduced, with an improved UI. Users must explicitly request this information by clicking the "Check for upgrades" code lens above the go.mod
file's require
block. Any module with available upgrades will be highlighted with an informational diagnostic and accepting its suggested fix will preform the upgrade.
A full list of all issues fixed can be found in the gopls/v0.6.5 milestone. To report a new problem, please file a new issue at https://golang.org/issues/new.