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:
parent
db1d4f91da
commit
e2ece87035
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Reference in a new issue