aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorGravatar Lan <gcslyp@gmail.com> 2024-03-10 19:32:25 +0800
committerGravatar GitHub <noreply@github.com> 2024-03-10 07:32:25 -0400
commit218ceb373737ceb49370b096ec2a9fbf091ee22e (patch)
tree9d60a2727fdd85ae2286a2d14e312ed07a450e26 /README.md
parent8e783897a23f62edab907c003469ab21e727715f (diff)
downloadcoredns-218ceb373737ceb49370b096ec2a9fbf091ee22e.tar.gz
coredns-218ceb373737ceb49370b096ec2a9fbf091ee22e.tar.zst
coredns-218ceb373737ceb49370b096ec2a9fbf091ee22e.zip
Update go version to 1.21. (#6533)
Signed-off-by: Lan Liang <gcslyp@gmail.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 c20ffead6..55a2abd53 100644
--- a/README.md
+++ b/README.md
@@ -56,7 +56,7 @@ out-of-tree plugins.
To compile CoreDNS, we assume you have a working Go setup. See various tutorials if you don’t have
that already configured.
-First, make sure your golang version is 1.20 or higher as `go mod` support and other api is needed.
+First, make sure your golang version is 1.21 or higher as `go mod` support and other api is needed.
See [here](https://github.com/golang/go/wiki/Modules) for `go mod` details.
Then, check out the project and run `make` to compile the binary: