aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorGravatar Yong Tang <yong.tang.github@outlook.com> 2020-03-31 08:03:11 -0700
committerGravatar GitHub <noreply@github.com> 2020-03-31 08:03:11 -0700
commite2ece87035f67bbf6012b9feb8b7e79c9dba1353 (patch)
tree451cc4fcf00383b6241dfa78827d3ba893739ebb /README.md
parentdb1d4f91da12670541b6017fbeb411bd84e4716b (diff)
downloadcoredns-e2ece87035f67bbf6012b9feb8b7e79c9dba1353.tar.gz
coredns-e2ece87035f67bbf6012b9feb8b7e79c9dba1353.tar.zst
coredns-e2ece87035f67bbf6012b9feb8b7e79c9dba1353.zip
Change the recommened version to 1.14 (as we use 1.14 by default) (#3801)
Signed-off-by: Yong Tang <yong.tang.github@outlook.com>
Diffstat (limited to '')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index ce070fba8..64ded3ace 100644
--- a/README.md
+++ b/README.md
@@ -70,7 +70,7 @@ CoreDNS requires Go to compile. However, if you already have docker installed an
setup a Go environment, you could build CoreDNS easily:
```
-$ docker run --rm -i -t -v $PWD:/v -w /v golang:1.12 make
+$ docker run --rm -i -t -v $PWD:/v -w /v golang:1.14 make
```
The above command alone will have `coredns` binary generated.