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
While not strictly a regression from the last release, this bug does cause the docker tests to fail when using go1.9beta2. I have a somewhat ugly fix, will send a CL shortly.
The text was updated successfully, but these errors were encountered:
If this was present in Go 1.8.x, it's not a candidate for holding up Go 1.9. Sorry. But if you get a safe fix out in the next 24-48 hours, maybe, depending on reviewer feedback.
We're already a couple weeks overdue releasing the Go 1.9rc1 due to other issues.
What version of Go are you using (
go version
)?go1.9beta2 (also present in go1.8.3)
What operating system and processor architecture are you using (
go env
)?linux/s390x
What did you do?
(https://play.golang.org/p/jXSguFs4Hk)
What did you expect to see?
Successful execution.
What did you see instead?
While not strictly a regression from the last release, this bug does cause the docker tests to fail when using go1.9beta2. I have a somewhat ugly fix, will send a CL shortly.
The text was updated successfully, but these errors were encountered: