]> Cypherpunks repositories - gostls13.git/commit
cmd/go: make go list -m -u all not complain about missing checksums
authorRuss Cox <rsc@golang.org>
Thu, 27 Jul 2023 19:56:37 +0000 (15:56 -0400)
committerRuss Cox <rsc@golang.org>
Mon, 31 Jul 2023 17:52:48 +0000 (17:52 +0000)
commit8a83ef8479c410ad2002a6e642f295ab8a62de2c
tree10a205940b058f8b5c3052b436148882b4d4ae7d
parente417698e84bcb2b44b263773ff3d69af9354f577
cmd/go: make go list -m -u all not complain about missing checksums

This is a band-aid of a fix for Go 1.21, to create space to work on
a real fix for Go 1.22, if in fact the real fix is different. It simply
disables the go.sum update check during go list -m -u.
I don't have a self-contained test for the breakage. See #61605.
All existing tests continue to pass.

For #61605.
After merging into the Go 1.21 branch we can move #61605 to the Go 1.22 milestone.

Change-Id: Ib155710092003f08d2a6ce0aefa8e0270cad5a5c
Reviewed-on: https://go-review.googlesource.com/c/go/+/513778
Run-TryBot: Dmitri Shuralyov <dmitshur@golang.org>
Reviewed-by: Dmitri Shuralyov <dmitshur@golang.org>
Reviewed-by: Michael Matloob <matloob@golang.org>
Reviewed-by: Dmitri Shuralyov <dmitshur@google.com>
TryBot-Result: Gopher Robot <gobot@golang.org>
src/cmd/go/internal/modload/list.go