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

Signed-off-by: Yong Tang <yong.tang.github@outlook.com>
This commit is contained in:
Yong Tang 2020-03-31 08:03:11 -07:00 committed by GitHub
parent db1d4f91da
commit e2ece87035
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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.