x/tools/gopls: handle go.sum file changes like go.mod changes after -mod=readonly #42815
Labels
FrozenDueToAge
gopls
Issues related to the Go language server, gopls.
Tools
This label describes issues relating to any tools in the x/tools repository.
Milestone
With
-mod=readonly
(https://golang.org/cl/268597), changes togo.sum
files will affect the results ofpackages.Load
. We should handle changes togo.sum
files in(*snapshot).clone
and invalidate metadata in the same way that we do forgo.mod
files./cc @heschik
The text was updated successfully, but these errors were encountered: