docs/Cluster-VictoriaMetrics.md: increase the minimum supported version of Go builder from 1.18 to 1.20

See the related commit 3da493ff62
This commit is contained in:
Aliaksandr Valialkin 2023-10-02 19:32:54 +02:00
parent 8dce4eb189
commit 10f297e1e7
No known key found for this signature in database
GPG Key ID: A72BEC6CD3D0DED1

View File

@ -140,7 +140,7 @@ vmstorage-prod
### Development Builds
1. [Install go](https://golang.org/doc/install). The minimum supported version is Go 1.18.
1. [Install go](https://golang.org/doc/install). The minimum supported version is Go 1.20.
1. Run `make` from [the repository root](https://github.com/VictoriaMetrics/VictoriaMetrics). It should build `vmstorage`, `vmselect`
and `vminsert` binaries and put them into the `bin` folder.