Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
We set the Go module toolchain version to an earlier version to allow running `go mod tidy` from older versions. However, this has the side effect of making the Go toolchain emulate older Go versions. This breaks some standard library tests which expect current toolchain behavior. To fix this, restore Go module toolchain version after tidy.
- Loading branch information