mirror of
https://github.com/coredns/coredns.git
synced 2025-10-28 16:54:15 -04:00
Bump circle-ci image and update README to build using latest go (#5458)
Signed-off-by: Ondřej Benkovský <ondrej.benkovsky@jamf.com>
This commit is contained in:
@@ -18,7 +18,7 @@ initWorkingDir: &initWorkingDir
|
|||||||
|
|
||||||
integrationDefaults: &integrationDefaults
|
integrationDefaults: &integrationDefaults
|
||||||
machine:
|
machine:
|
||||||
image: ubuntu-2004:202201-02
|
image: ubuntu-2004:2022.04.2
|
||||||
working_directory: ~/go/src/${CIRCLE_PROJECT_USERNAME}/coredns
|
working_directory: ~/go/src/${CIRCLE_PROJECT_USERNAME}/coredns
|
||||||
environment:
|
environment:
|
||||||
- K8S_VERSION: v1.22.0
|
- K8S_VERSION: v1.22.0
|
||||||
|
|||||||
@@ -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.17 make
|
$ docker run --rm -i -t -v $PWD:/v -w /v golang:1.18 make
|
||||||
```
|
```
|
||||||
|
|
||||||
The above command alone will have `coredns` binary generated.
|
The above command alone will have `coredns` binary generated.
|
||||||
|
|||||||
Reference in New Issue
Block a user