From 34aa3f6404fc40f137f0825850604f0d0d07f3b3 Mon Sep 17 00:00:00 2001 From: Aliaksandr Valialkin Date: Wed, 9 Nov 2022 11:55:50 +0200 Subject: [PATCH] README.md: sync changes with 9f8bf524ad08533ae0e94840635602479ed6cf08 --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index b9f56c029..0634c1fcc 100644 --- a/README.md +++ b/README.md @@ -782,7 +782,7 @@ to your needs or when testing bugfixes. ### Development build -1. [Install Go](https://golang.org/doc/install). The minimum supported version is Go 1.19.2. +1. [Install Go](https://golang.org/doc/install). The minimum supported version is Go 1.19.3. 2. Run `make victoria-metrics` from the root folder of [the repository](https://github.com/VictoriaMetrics/VictoriaMetrics). It builds `victoria-metrics` binary and puts it into the `bin` folder. @@ -798,7 +798,7 @@ ARM build may run on Raspberry Pi or on [energy-efficient ARM servers](https://b ### Development ARM build -1. [Install Go](https://golang.org/doc/install). The minimum supported version is Go 1.19.2. +1. [Install Go](https://golang.org/doc/install). The minimum supported version is Go 1.19.3. 2. Run `make victoria-metrics-linux-arm` or `make victoria-metrics-linux-arm64` from the root folder of [the repository](https://github.com/VictoriaMetrics/VictoriaMetrics). It builds `victoria-metrics-linux-arm` or `victoria-metrics-linux-arm64` binary respectively and puts it into the `bin` folder. @@ -812,7 +812,7 @@ ARM build may run on Raspberry Pi or on [energy-efficient ARM servers](https://b `Pure Go` mode builds only Go code without [cgo](https://golang.org/cmd/cgo/) dependencies. -1. [Install Go](https://golang.org/doc/install). The minimum supported version is Go 1.19.2. +1. [Install Go](https://golang.org/doc/install). The minimum supported version is Go 1.19.3. 2. Run `make victoria-metrics-pure` from the root folder of [the repository](https://github.com/VictoriaMetrics/VictoriaMetrics). It builds `victoria-metrics-pure` binary and puts it into the `bin` folder.