Skip to content

Commit

Permalink
Bump circle-ci image and update README to build using latest go (#5458)
Browse files Browse the repository at this point in the history
Signed-off-by: Ondřej Benkovský <ondrej.benkovsky@jamf.com>
  • Loading branch information
Tantalor93 committed Jun 25, 2022
1 parent d7f8202 commit 497c31f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Expand Up @@ -18,7 +18,7 @@ initWorkingDir: &initWorkingDir
integrationDefaults: &integrationDefaults
machine:
image: ubuntu-2004:202201-02
image: ubuntu-2004:2022.04.2
working_directory: ~/go/src/${CIRCLE_PROJECT_USERNAME}/coredns
environment:
- K8S_VERSION: v1.22.0
Expand Down
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -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.
Expand Down

0 comments on commit 497c31f

Please sign in to comment.