-
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: missing checksums for dependencies of go get
arguments and tests of external dependencies [1.19 backport]
#60000
Labels
CherryPickApproved
Used during the release process for point releases
FrozenDueToAge
GoCommand
cmd/go
Milestone
Comments
gopherbot
added
the
CherryPickCandidate
Used during the release process for point releases
label
May 5, 2023
Change https://go.dev/cl/492983 mentions this issue: |
The 60,000th github issue for Go-- hah! Looks like gopherbot gets to claim the prize. |
bcmills
added
the
CherryPickApproved
Used during the release process for point releases
label
May 11, 2023
gopherbot
removed
the
CherryPickCandidate
Used during the release process for point releases
label
May 11, 2023
bcmills
changed the title
cmd/go: unexpected tidy behavior: missing sum for dependency of test of dependency [1.19 backport]
cmd/go: missing checksums for dependencies of go get arguments and tests of external dependencies [1.19 backport]
May 12, 2023
bcmills
changed the title
cmd/go: missing checksums for dependencies of go get arguments and tests of external dependencies [1.19 backport]
cmd/go: missing checksums for dependencies of May 12, 2023
go get arguments
and tests of external dependencies [1.19 backport]
dmitshur
changed the title
cmd/go: missing checksums for dependencies of
cmd/go: missing checksums for dependencies of May 12, 2023
go get arguments
and tests of external dependencies [1.19 backport]go get
arguments and tests of external dependencies [1.19 backport]
gopherbot
pushed a commit
that referenced
this issue
May 30, 2023
…d for go version lines When we load a package from a module, we need the go version line from that module's go.mod file to know what language semantics to use for the package. We need to save a checksum for the go.mod file even if the module's requirements are pruned out of the module graph. Previously, we were missing checksums for test dependencies of packages in 'all' and packages passed to 'go get -t'. This change preserves the existing bug for 'go mod tidy', but fixes it for 'go get -t' and flags the missing checksum with a clearer error in other cases. Fixes #60000. Updates #56222. Change-Id: Icd6acce348907621ae0b02dbeac04fb180353dcf (cherry picked from CL 489075 and CL 492741) Reviewed-on: https://go-review.googlesource.com/c/go/+/492983 Reviewed-by: Michael Matloob <matloob@golang.org> TryBot-Result: Gopher Robot <gobot@golang.org> Run-TryBot: Bryan Mills <bcmills@google.com> TryBot-Bypass: Bryan Mills <bcmills@google.com>
Closed by merging 29f3469 to release-branch.go1.19. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Labels
CherryPickApproved
Used during the release process for point releases
FrozenDueToAge
GoCommand
cmd/go
@bcmills requested issue #56222 to be considered for backport to the next 1.19 minor release.
The text was updated successfully, but these errors were encountered: