You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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. Running go 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:
gopherbot
added
Tools
This label describes issues relating to any tools in the x/tools repository.
gopls
Issues related to the Go language server, gopls.
labels
Oct 24, 2022
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: