Skip to content

gopls/v0.6.5

Compare
Choose a tag to compare
@stamblerre stamblerre released this 03 Feb 20:49
· 3101 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.

Screen Shot 2021-02-02 at 4 40 33 PM


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.

Thank you to our contributors!

@findleyr @heschik @pjweinb @leitzler