I know there is a line in https://github.com/containerd/containerd/blob/master/README.md#developer-quick-start says we must use go > 1.8 to build containerd, but after #608 and before #886, we are able to build containerd with go 1.7.x. #886 use a field http.Request.GetBody (https://golang.org/pkg/net/http/#Request) which only available on go 1.8 that make containerd broken again on go 1.7.x.
So go 1.8.x is a hard requirement for building containerd?
I know there is a line in https://github.com/containerd/containerd/blob/master/README.md#developer-quick-start says we must use go > 1.8 to build containerd, but after #608 and before #886, we are able to build containerd with go 1.7.x. #886 use a field
http.Request.GetBody(https://golang.org/pkg/net/http/#Request) which only available on go 1.8 that make containerd broken again on go 1.7.x.So go 1.8.x is a hard requirement for building containerd?