Skip to content

nil context is not a valid context

Mikhail Mazurskiy requested to merge ash2k/remove-invalid-test into master

Go 1.15 explicitly does not allow creation of contexts with nil parent. It was never correct, but was panicking later. See https://github.com/golang/go/pull/37898

Merge request reports