cmd/go: go mod tidy
and go mod download
don't agree on same go.sum file.
#44441
Labels
go mod tidy
and go mod download
don't agree on same go.sum file.
#44441
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?
What did you expect to see?
I was expecting
go.sum
to not change.What did you see instead?
go.sum
changed. This causes issues in our CI since we don't expect source files to be arbitrarily changed during CI.The text was updated successfully, but these errors were encountered: