From 8fce3456d7caa070ef377507fb4611907a1e32da Mon Sep 17 00:00:00 2001 From: Yoofi Quansah Date: Fri, 27 Jun 2025 22:46:21 -0700 Subject: [PATCH] chore: fix docs incompatibility (#7390) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2ae028654..3f2ff1528 100644 --- a/README.md +++ b/README.md @@ -79,7 +79,7 @@ setup a Go environment, you could build CoreDNS easily: ``` docker run --rm -i -t \ -v $PWD:/go/src/github.com/coredns/coredns -w /go/src/github.com/coredns/coredns \ - golang:1.22 sh -c 'GOFLAGS="-buildvcs=false" make gen && GOFLAGS="-buildvcs=false" make' + golang:1.24 sh -c 'GOFLAGS="-buildvcs=false" make gen && GOFLAGS="-buildvcs=false" make' ``` The above command alone will have `coredns` binary generated.