mirror of
https://github.com/coredns/coredns.git
synced 2025-10-27 00:04:15 -04:00
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>
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user