cmd/go: line added to go.sum with no change in requirements #36667
Labels
FrozenDueToAge
GoCommand
cmd/go
NeedsInvestigation
Someone must examine and confirm this is a valid issue and not a duplicate of an existing one.
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?
A recent commit that was merged for
govim
added a line togo.sum
when there was no obvious change in requirements:Verify that we are tidy:
Compare
go.sum
to the previous commit:gives:
But then nothing in the commit itself changes that would, AFAIK, result in a new line in
go.sum
:govim/govim@57e94a3
Am I missing something obvious here?
Credit to @leitzler for spotting this as part of a review.
What did you expect to see?
No diff in
go.sum
What did you see instead?
Per above
Tentatively marking Go 1.14 in case there is something that needs fixing here.
cc @bcmills @jayconrod
The text was updated successfully, but these errors were encountered: