diff options
author | 2023-08-12 19:32:22 +0530 | |
---|---|---|
committer | 2023-08-12 07:02:22 -0700 | |
commit | 141c760846df094e0dd5078aab8559c28c5a9644 (patch) | |
tree | 0af06a1fb61a47f1030b54d1a334e1e49aff017c /README.md | |
parent | 2fe5890d8b7fc7801d308dbb51bf29c57ee9a92b (diff) | |
download | coredns-141c760846df094e0dd5078aab8559c28c5a9644.tar.gz coredns-141c760846df094e0dd5078aab8559c28c5a9644.tar.zst coredns-141c760846df094e0dd5078aab8559c28c5a9644.zip |
Updated go versions used in workflows to 1.21 (#6260)
* Updated go versions used in workflows to 1.21
Signed-off-by: Neo2308 <pradha.krishna.cse17@itbhu.ac.in>
Co-authored-by: RadhaKrishna <radha.peteti@appdynamics.com>
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -74,7 +74,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.20 make +$ docker run --rm -i -t -v $PWD:/v -w /v golang:1.21 make ``` The above command alone will have `coredns` binary generated. |