aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorGravatar Yong Tang <yong.tang.github@outlook.com> 2019-03-03 23:19:50 -0800
committerGravatar Miek Gieben <miek@miek.nl> 2019-03-04 07:19:50 +0000
commit5e5c31edfe089252fecf844255567189f0e29d28 (patch)
treec049a28b1c96c62aff3e96ea320412bc9d389d49 /README.md
parent9d39ea51a7774cfbc680a99d9deafffecc26e295 (diff)
downloadcoredns-5e5c31edfe089252fecf844255567189f0e29d28.tar.gz
coredns-5e5c31edfe089252fecf844255567189f0e29d28.tar.zst
coredns-5e5c31edfe089252fecf844255567189f0e29d28.zip
Update README.md to use go 1.12 (#2649)
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 ceb11cd0b..b95cfe19d 100644
--- a/README.md
+++ b/README.md
@@ -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 \
- -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.