mirror of
				https://github.com/coredns/coredns.git
				synced 2025-10-30 17:53:21 -04:00 
			
		
		
		
	chore: fix docs incompatibility (#7390)
This commit is contained in:
		| @@ -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. | ||||
|   | ||||
		Reference in New Issue
	
	Block a user