You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Lots of test failures. The interesting parts look like:
go get rsc.io/sampler@v1.2.1: rsc.io@v1.2.1: reading http://127.0.0.1:60141/mod/rsc.io/@v/v1.2.1.info: 500 Internal Server Error
The tests pass with Go 1.12. A cursory glance at the cmd/go source suggests goproxytest changed significantly during Go 1.13, I think for sumdb support in cmd/go.
The text was updated successfully, but these errors were encountered:
Interesting... I've been using testscript with goproxytest in a couple of projects, and I've never run into this error with 1.13 or tip. For what it's worth, go test ./... on go-internal master passes for me with 1.13.1.
Reproduce:
Run the gohack tests using Go 1.13.
Result:
Lots of test failures. The interesting parts look like:
The tests pass with Go 1.12. A cursory glance at the cmd/go source suggests goproxytest changed significantly during Go 1.13, I think for sumdb support in cmd/go.
The text was updated successfully, but these errors were encountered: