mirror of
https://github.com/coredns/coredns.git
synced 2025-10-28 08:44:17 -04:00
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:
@@ -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:
|
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.
|
The above command alone will have `coredns` binary generated.
|
||||||
|
|||||||
Reference in New Issue
Block a user