x/tools/gopls: mod tidiness is a precondition for diagnostics #56395
Labels
gopls/metadata
Issues related to metadata loading in gopls
gopls
Issues related to the Go language server, gopls.
Tools
This label describes issues relating to any tools in the x/tools repository.
Milestone
If you build gopls at today's head and check out a new github.com/kubernetes/kubernetes repo, then run the 'check' subcommand, it fails because of the go.mod tidiness check:
This remains true even after a successful
go build ./cmd/kubectl/
to download modules. Runninggo mod tidy
fixes the problem.gopls should not make mod tidiness a precondition for analysis.
The text was updated successfully, but these errors were encountered: