Update golang to 1.11 for README.md (#2076)

Signed-off-by: Yong Tang <yong.tang.github@outlook.com>
This commit is contained in:
Yong Tang
2018-08-31 11:39:55 -07:00
committed by Miek Gieben
parent ad63cf0b4f
commit d00e8c3918

View File

@@ -79,7 +79,7 @@ a Go environment, you could build CoreDNS easily:
```
$ docker run --rm -i -t -v $PWD:/go/src/github.com/coredns/coredns \
-w /go/src/github.com/coredns/coredns golang:1.10 make
-w /go/src/github.com/coredns/coredns golang:1.11 make
```
The above command alone will have `coredns` binary generated.