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:
Yong Tang 2021-08-06 01:57:51 -07:00 committed by GitHub
parent 1518f26dee
commit 690faa6bec
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.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.