cmd/go: go mod tidy revoke the modify about go.sum made by go build #29163
Labels
FrozenDueToAge
modules
NeedsInvestigation
Someone must examine and confirm this is a valid issue and not a duplicate of an existing one.
WaitingForInfo
Issue is not actionable because of missing required information, which needs to be provided.
Milestone
What version of Go are you using (
go version
)?Does this issue reproduce with the latest release?
Yes
What operating system and processor architecture are you using (
go env
)?go env
OutputWhat did you do?
go mod tidy
and thengit add .
and thengo build -v
,go mod tidy
againWhat did you expect to see?
go.sum isn't modified
What did you see instead?
use
git diff
and found go.sum has been modified.go mod tidy
again and it revoke the modify whichgo build -v
doThe text was updated successfully, but these errors were encountered: