Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
C
Coredns
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Packages
Packages
List
Container Registry
Analytics
Analytics
CI / CD
Code Review
Insights
Issues
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Railgun
Coredns
Commits
ac83f053
Commit
ac83f053
authored
Nov 07, 2021
by
ZhangJian He
Committed by
GitHub
Nov 06, 2021
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
coredns now need golang1.6 to compile (#4964)
parent
f60fabc8
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
README.md
README.md
+2
-2
No files found.
README.md
View file @
ac83f053
...
@@ -55,7 +55,7 @@ out-of-tree plugins.
...
@@ -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.1
2 or higher as
`go mod`
support
is needed.
First, make sure your golang version is 1.1
6 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
...
@@ -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.1
3.5
, aa8c32
linux/amd64, go1.1
6.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:
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment