aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorGravatar ZhangJian He <shoothzj@gmail.com> 2021-11-07 10:34:59 +0800
committerGravatar GitHub <noreply@github.com> 2021-11-06 19:34:59 -0700
commitac83f05338ba968994b9bd94afc52e56b6859734 (patch)
tree8e32c8314ad881b7eee3bdda932cbb5a3f4464d0 /README.md
parentf60fabc87523a7241cb517756017d5fb281076d3 (diff)
downloadcoredns-ac83f05338ba968994b9bd94afc52e56b6859734.tar.gz
coredns-ac83f05338ba968994b9bd94afc52e56b6859734.tar.zst
coredns-ac83f05338ba968994b9bd94afc52e56b6859734.zip
coredns now need golang1.6 to compile (#4964)
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 837cd925c..96305aa39 100644
--- a/README.md
+++ b/README.md
@@ -55,7 +55,7 @@ out-of-tree plugins.
To compile CoreDNS, we assume you have a working Go setup. See various tutorials if you don’t have
that already configured.
-First, make sure your golang version is 1.12 or higher as `go mod` support is needed.
+First, make sure your golang version is 1.16 or higher as `go mod` support and other api is needed.
See [here](https://github.com/golang/go/wiki/Modules) for `go mod` details.
Then, check out the project and run `make` to compile the binary:
@@ -87,7 +87,7 @@ and starts listening on port 53 (override with `-dns.port`), it should show the
~~~ txt
.:53
CoreDNS-1.6.6
-linux/amd64, go1.13.5, aa8c32
+linux/amd64, go1.16.10, aa8c32
~~~
The following could be used to query the CoreDNS server that is running now: