From d01028d6f05b32cff79fea98cb0241b227f10980 Mon Sep 17 00:00:00 2001 From: Paul Hoffman Date: Wed, 25 Oct 2017 13:27:51 -0700 Subject: [PATCH] Added note to README about go version requirements (#1175) --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index bd8afa8fb..19f423578 100644 --- a/README.md +++ b/README.md @@ -62,6 +62,8 @@ dependencies: (You can do the checkout and dependency resolution as a single step with: `go get github.com/coredns/coredns`.) +Some of the dependencies require Go version 1.8 or later. + And then `go build` as you would normally do: go build