-
Notifications
You must be signed in to change notification settings - Fork 17.9k
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: mod tidy leaves go.sum inconsistent after module upgrade #47738
Comments
Seems to work with either a |
Reproduced and confirmed. After |
Looked into this further.
Tidy still needs to fetch the new zip file for This also reproduces with 1.16.7, so it's not a regression in 1.17. Test case is here if anyone has a chance to look at this sooner.
|
Change https://golang.org/cl/344572 mentions this issue: |
Change https://golang.org/cl/378577 mentions this issue: |
Updates #47738 Fixes #49598 Change-Id: I708dcb880a701699116227a9eaca994cf460fef9 Reviewed-on: https://go-review.googlesource.com/c/go/+/378577 Trust: Bryan Mills <[email protected]> Run-TryBot: Bryan Mills <[email protected]> Trust: Daniel Martí <[email protected]> Reviewed-by: Daniel Martí <[email protected]> TryBot-Result: Gopher Robot <[email protected]>
Updates golang#47738 Fixes golang#49598 Change-Id: I708dcb880a701699116227a9eaca994cf460fef9 Reviewed-on: https://go-review.googlesource.com/c/go/+/378577 Trust: Bryan Mills <[email protected]> Run-TryBot: Bryan Mills <[email protected]> Trust: Daniel Martí <[email protected]> Reviewed-by: Daniel Martí <[email protected]> TryBot-Result: Gopher Robot <[email protected]>
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?
I've upgraded
github.com/avast/retry-go
github.com/avast/retry-go/v3
in my source files, then rango mod tidy
to fixgo.mod/sum
. Then ran the programWhat did you expect to see?
No error
What did you see instead?
Steps to reproduce:
The text was updated successfully, but these errors were encountered: