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:
Ondřej Benkovský
2022-06-25 14:54:52 +02:00
committed by GitHub
parent d7f8202dc3
commit 497c31f098
2 changed files with 2 additions and 2 deletions

View File

@@ -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:
```
$ 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.