aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorGravatar Yong Tang <yong.tang.github@outlook.com> 2018-02-21 23:25:40 -0800
committerGravatar Miek Gieben <miek@miek.nl> 2018-02-22 07:25:40 +0000
commit9194b4c29dd37e76d71292bfdef198dae78047b5 (patch)
tree423e5af7e880f60943153565444d99ab07239703 /README.md
parent074d176f039940d408bde2831c442500433f3ac4 (diff)
downloadcoredns-9194b4c29dd37e76d71292bfdef198dae78047b5.tar.gz
coredns-9194b4c29dd37e76d71292bfdef198dae78047b5.tar.zst
coredns-9194b4c29dd37e76d71292bfdef198dae78047b5.zip
Update golang.org/x/net and golang.org/x/text (#1553)
This fix updates golang.org/x/net to release-branch.go1.10 and golang.org/x/text to v0.3.0, for the purpose of align with go version 1.10. This fix also updates README.md to promote using go 1.10. Signed-off-by: Yong Tang <yong.tang.github@outlook.com>
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 91ce4bc32..a00c84892 100644
--- a/README.md
+++ b/README.md
@@ -68,7 +68,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.9 make
+ -w /go/src/github.com/coredns/coredns golang:1.10 make
```
The above command alone will have `coredns` binary generated.