mirror of
https://github.com/coredns/coredns.git
synced 2025-10-26 15:54:16 -04:00
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:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user