mirror of
https://github.com/coredns/coredns.git
synced 2025-10-27 16:24:19 -04:00
coredns now need golang1.6 to compile (#4964)
This commit is contained in:
@@ -55,7 +55,7 @@ out-of-tree plugins.
|
|||||||
To compile CoreDNS, we assume you have a working Go setup. See various tutorials if you don’t have
|
To compile CoreDNS, we assume you have a working Go setup. See various tutorials if you don’t have
|
||||||
that already configured.
|
that already configured.
|
||||||
|
|
||||||
First, make sure your golang version is 1.12 or higher as `go mod` support is needed.
|
First, make sure your golang version is 1.16 or higher as `go mod` support and other api is needed.
|
||||||
See [here](https://github.com/golang/go/wiki/Modules) for `go mod` details.
|
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:
|
Then, check out the project and run `make` to compile the binary:
|
||||||
|
|
||||||
@@ -87,7 +87,7 @@ and starts listening on port 53 (override with `-dns.port`), it should show the
|
|||||||
~~~ txt
|
~~~ txt
|
||||||
.:53
|
.:53
|
||||||
CoreDNS-1.6.6
|
CoreDNS-1.6.6
|
||||||
linux/amd64, go1.13.5, aa8c32
|
linux/amd64, go1.16.10, aa8c32
|
||||||
~~~
|
~~~
|
||||||
|
|
||||||
The following could be used to query the CoreDNS server that is running now:
|
The following could be used to query the CoreDNS server that is running now:
|
||||||
|
|||||||
Reference in New Issue
Block a user