diff options
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 |