Bump version of golang in README.md (#4782)
This PR bumps version of golang in README.md Signed-off-by: Yong Tang <yong.tang.github@outlook.com>
This commit is contained in:
parent
1518f26dee
commit
690faa6bec
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.14 make
|
||||
$ docker run --rm -i -t -v $PWD:/v -w /v golang:1.16 make
|
||||
```
|
||||
|
||||
The above command alone will have `coredns` binary generated.
|
||||
|
|
Loading…
Add table
Reference in a new issue