mirror of
https://github.com/coredns/coredns.git
synced 2025-10-27 00:04:15 -04:00
Update go version to 1.21. (#6533)
Signed-off-by: Lan Liang <gcslyp@gmail.com>
This commit is contained in:
@@ -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:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user