diff options
author | 2017-09-13 17:28:07 -0400 | |
---|---|---|
committer | 2017-09-13 17:28:07 -0400 | |
commit | deca1a2cc2191586ae41788f9d8dd1936f967550 (patch) | |
tree | 2fda5c1b8894cec8ad07c5c06708b3f9f970bcd2 /README.md | |
parent | 0fc4a895446889a1e1794404035e8348447390a7 (diff) | |
download | coredns-deca1a2cc2191586ae41788f9d8dd1936f967550.tar.gz coredns-deca1a2cc2191586ae41788f9d8dd1936f967550.tar.zst coredns-deca1a2cc2191586ae41788f9d8dd1936f967550.zip |
remove go 1.9 restriction, which is false
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -78,8 +78,6 @@ And then `go build` as you would normally do: This should yield a `coredns` binary. -Note that CoreDNS currently requires at least Go 1.9 to build. - ## Examples When starting CoreDNS without any configuration, it loads the `whoami` middleware and starts |