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
Documentation/development: Bump minimum Go version to 1.10
This gets us a fixed 'CGO_ENABLED=0 go install' [1,2] and avoids 1.8
(which is no longer supported upstream now that 1.10 has been released
[3]).
I've also dropped the version information from the build comment (it's
mentioned just before in the "Requirements" section) to DRY things up
a bit.
[1]: golang/go#18981
[2]: golang/go@8f70e1f8a91
[3]: https://golang.org/doc/devel/release.html#policy
0 commit comments