Commit d00e8c39 authored by Yong Tang's avatar Yong Tang Committed by Miek Gieben

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

Signed-off-by: default avatarYong Tang <yong.tang.github@outlook.com>
parent ad63cf0b
...@@ -79,7 +79,7 @@ a Go environment, you could build CoreDNS easily: ...@@ -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 \ $ 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. The above command alone will have `coredns` binary generated.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment