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
7754718e
Commit
7754718e
authored
Jan 21, 2022
by
Yong Tang
Committed by
GitHub
Jan 21, 2022
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Adjust the README.md guide as coredns requires go 1.17. (#5111)
parent
1d3e9011
Changes
1
Hide 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 @
7754718e
...
@@ -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
6
or higher as
`go mod`
support and other api is needed.
First, make sure your golang version is 1.1
7
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:
...
@@ -73,7 +73,7 @@ CoreDNS requires Go to compile. However, if you already have docker installed an
...
@@ -73,7 +73,7 @@ CoreDNS requires Go to compile. However, if you already have docker installed an
setup a Go environment, you could build CoreDNS easily:
setup a Go environment, you could build CoreDNS easily:
```
```
$ docker run --rm -i -t -v $PWD:/v -w /v golang:1.1
6
make
$ docker run --rm -i -t -v $PWD:/v -w /v golang:1.1
7
make
```
```
The above command alone will have
`coredns`
binary generated.
The above command alone will have
`coredns`
binary generated.
...
...
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