aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
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.