-
Notifications
You must be signed in to change notification settings - Fork 18k
cmd/go: missing checksums for dependencies of go get
arguments and tests of external dependencies [1.19 backport]
#60000
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
Labels
CherryPickApproved
Used during the release process for point releases
FrozenDueToAge
GoCommand
cmd/go
Milestone
Comments
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. |
go get arguments
and tests of external dependencies [1.19 backport]
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 <[email protected]> TryBot-Result: Gopher Robot <[email protected]> Run-TryBot: Bryan Mills <[email protected]> TryBot-Bypass: Bryan Mills <[email protected]>
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: