-
Notifications
You must be signed in to change notification settings - Fork 17.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
cmd/go: duplicate lines for module in go.sum #28456
Comments
This may go away on its own if we add |
For what it's worth, I ended up with duplicate go.sum lines via lazy conflict resolution, and was surprised that |
Just to confirm this remains an issue in
Gives:
|
In #33603, @kevinburkemeter mentions that he got into this state via a bad rebase. |
The problem I experienced is a bit different.
Further more, if I manually add the file tree checksum locally to Updated: I managed to find a difference between my local build and CI. There is an additional |
@honnix That sounds different than this issue. Would you please open a new one? |
@jayconrod |
Is there any update on this? https://github.com/influxdata/telegraf/blob/master/go.sum has 100+ duplicate lines.. |
@Hipska, this issue is still on the backlog. If you'd like to contribute a fix I'd be happy to review it! |
Change https://go.dev/cl/411154 mentions this issue: |
Please answer these questions before submitting your issue. Thanks!
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
)?What did you do?
I don't yet have a full repro, but the following PR shows the effect:
myitcv/gobin#19
Reporting here in case others see the issue and can add any context/detail.
What did you expect to see?
No duplicate lines in
go.sum
What did you see instead?
The text was updated successfully, but these errors were encountered: