diff options
author | 2017-10-25 13:27:51 -0700 | |
---|---|---|
committer | 2017-10-25 21:27:51 +0100 | |
commit | d01028d6f05b32cff79fea98cb0241b227f10980 (patch) | |
tree | e762d75f98d391b03b951f06b77de409f1739d18 /README.md | |
parent | e8184d3a5ace2770487a689cbc72be4303b53f2e (diff) | |
download | coredns-d01028d6f05b32cff79fea98cb0241b227f10980.tar.gz coredns-d01028d6f05b32cff79fea98cb0241b227f10980.tar.zst coredns-d01028d6f05b32cff79fea98cb0241b227f10980.zip |
Added note to README about go version requirements (#1175)
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 |