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>
This commit is contained in:
P. Radha Krishna
2023-08-12 19:32:22 +05:30
committed by GitHub
parent 2fe5890d8b
commit 141c760846
5 changed files with 7 additions and 7 deletions

View File

@@ -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.