Commit e2ece870 authored by Yong Tang's avatar Yong Tang Committed by GitHub

Change the recommened version to 1.14 (as we use 1.14 by default) (#3801)

Signed-off-by: default avatarYong Tang <yong.tang.github@outlook.com>
parent db1d4f91
......@@ -70,7 +70,7 @@ CoreDNS requires Go to compile. However, if you already have docker installed an
setup a Go environment, you could build CoreDNS easily:
```
$ docker run --rm -i -t -v $PWD:/v -w /v golang:1.12 make
$ docker run --rm -i -t -v $PWD:/v -w /v golang:1.14 make
```
The above command alone will have `coredns` binary generated.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment