Skip to content

Question: does containerd requires go > 1.8 again? #917

@coolljt0725

Description

@coolljt0725

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions