This commit is contained in:
Ben Kochie
2025-06-06 00:57:35 +02:00
committed by GitHub
parent 83afff1fec
commit 0eb5542035
4 changed files with 7 additions and 7 deletions

View File

@@ -57,7 +57,7 @@ out-of-tree plugins.
To compile CoreDNS, we assume you have a working Go setup. See various tutorials if you dont have
that already configured.
First, make sure your golang version is 1.21 or higher as `go mod` support and other api is needed.
First, make sure your golang version is 1.23.0 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: