mirror of
https://github.com/coredns/coredns.git
synced 2025-10-27 16:24:19 -04:00
Update README.md to use go 1.12 (#2649)
Signed-off-by: Yong Tang <yong.tang.github@outlook.com>
This commit is contained in:
@@ -69,7 +69,7 @@ a Go environment, you could build CoreDNS easily:
|
|||||||
|
|
||||||
```
|
```
|
||||||
$ docker run --rm -i -t -v $PWD:/go/src/github.com/coredns/coredns \
|
$ docker run --rm -i -t -v $PWD:/go/src/github.com/coredns/coredns \
|
||||||
-w /go/src/github.com/coredns/coredns golang:1.11 make
|
-w /go/src/github.com/coredns/coredns golang:1.12 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