Update README.md

bump go min version
This commit is contained in:
Yegor S
2024-01-23 19:57:57 -05:00
committed by GitHub
parent f8967c376f
commit 61fb71b1fa

View File

@@ -61,7 +61,7 @@ $ docker pull controldns/ctrld
Alternatively, if you know what you're doing you can download pre-compiled binaries from the [Releases](https://github.com/Control-D-Inc/ctrld/releases) section for the appropriate platform.
## Build
Lastly, you can build `ctrld` from source which requires `go1.19+`:
Lastly, you can build `ctrld` from source which requires `go1.20+`:
```shell
$ go build ./cmd/ctrld