cmd/go: 'go get' failed in go1.13beta1 if proxy serves non-404/410 response code #33032
Labels
FrozenDueToAge
modules
WaitingForInfo
Issue is not actionable because of missing required information, which needs to be provided.
context
https://goproxy.io/github.com/@latest
returns code 500, not 404, but this design found a bug in go1.13beta1.description
if we run
go get -v golang.org/x/tools/cmd/gopls
use go1.12:
but use go1.13beta1
We already found the prefix, but the error also returned.
Introduced by https://go-review.googlesource.com/c/go/+/177958
The text was updated successfully, but these errors were encountered: