Minimum supported Go compiler is now 1.7

Given that Go 1.8 is out (and is what we’re building with), the new minimum “supported” compiler version is 1.7. Everyone feel free to use the features in https://golang.org/doc/go1.7, where I guess the main ones are the Context support in the standard library, and tests with subtests.

1 Like