From 10f297e1e74ffac1aca43614116d6aef165c9789 Mon Sep 17 00:00:00 2001 From: Aliaksandr Valialkin Date: Mon, 2 Oct 2023 19:32:54 +0200 Subject: [PATCH] docs/Cluster-VictoriaMetrics.md: increase the minimum supported version of Go builder from 1.18 to 1.20 See the related commit 3da493ff6238423c57277fbec2e3d058f36b6b8e --- docs/Cluster-VictoriaMetrics.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/Cluster-VictoriaMetrics.md b/docs/Cluster-VictoriaMetrics.md index 4c24ca0448..eb2a3d5d95 100644 --- a/docs/Cluster-VictoriaMetrics.md +++ b/docs/Cluster-VictoriaMetrics.md @@ -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.