From 38256bd66d803f445ad0a14319b128cd532a3eb3 Mon Sep 17 00:00:00 2001 From: Aliaksandr Valialkin Date: Tue, 7 Apr 2020 13:38:37 +0300 Subject: [PATCH] docs: update minimum supported Go version from 1.12 to 1.13 --- app/vmagent/README.md | 2 +- app/vmbackup/README.md | 2 +- app/vmrestore/README.md | 2 +- docs/vmagent.md | 2 +- docs/vmbackup.md | 2 +- docs/vmrestore.md | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/app/vmagent/README.md b/app/vmagent/README.md index 458a0ed86..47f618f22 100644 --- a/app/vmagent/README.md +++ b/app/vmagent/README.md @@ -205,7 +205,7 @@ It is recommended using [binary releases](https://github.com/VictoriaMetrics/Vic #### Development build -1. [Install Go](https://golang.org/doc/install). The minimum supported version is Go 1.12. +1. [Install Go](https://golang.org/doc/install). The minimum supported version is Go 1.13. 2. Run `make vmagent` from the root folder of the repository. It builds `vmagent` binary and puts it into the `bin` folder. diff --git a/app/vmbackup/README.md b/app/vmbackup/README.md index 2b94d68b9..13e07847e 100644 --- a/app/vmbackup/README.md +++ b/app/vmbackup/README.md @@ -164,7 +164,7 @@ It is recommended using [binary releases](https://github.com/VictoriaMetrics/Vic #### Development build -1. [Install Go](https://golang.org/doc/install). The minimum supported version is Go 1.12. +1. [Install Go](https://golang.org/doc/install). The minimum supported version is Go 1.13. 2. Run `make vmbackup` from the root folder of the repository. It builds `vmbackup` binary and puts it into the `bin` folder. diff --git a/app/vmrestore/README.md b/app/vmrestore/README.md index 1e62d143c..fe071a8d1 100644 --- a/app/vmrestore/README.md +++ b/app/vmrestore/README.md @@ -69,7 +69,7 @@ It is recommended using [binary releases](https://github.com/VictoriaMetrics/Vic #### Development build -1. [Install Go](https://golang.org/doc/install). The minimum supported version is Go 1.12. +1. [Install Go](https://golang.org/doc/install). The minimum supported version is Go 1.13. 2. Run `make vmrestore` from the root folder of the repository. It builds `vmrestore` binary and puts it into the `bin` folder. diff --git a/docs/vmagent.md b/docs/vmagent.md index 458a0ed86..47f618f22 100644 --- a/docs/vmagent.md +++ b/docs/vmagent.md @@ -205,7 +205,7 @@ It is recommended using [binary releases](https://github.com/VictoriaMetrics/Vic #### Development build -1. [Install Go](https://golang.org/doc/install). The minimum supported version is Go 1.12. +1. [Install Go](https://golang.org/doc/install). The minimum supported version is Go 1.13. 2. Run `make vmagent` from the root folder of the repository. It builds `vmagent` binary and puts it into the `bin` folder. diff --git a/docs/vmbackup.md b/docs/vmbackup.md index 2b94d68b9..13e07847e 100644 --- a/docs/vmbackup.md +++ b/docs/vmbackup.md @@ -164,7 +164,7 @@ It is recommended using [binary releases](https://github.com/VictoriaMetrics/Vic #### Development build -1. [Install Go](https://golang.org/doc/install). The minimum supported version is Go 1.12. +1. [Install Go](https://golang.org/doc/install). The minimum supported version is Go 1.13. 2. Run `make vmbackup` from the root folder of the repository. It builds `vmbackup` binary and puts it into the `bin` folder. diff --git a/docs/vmrestore.md b/docs/vmrestore.md index 1e62d143c..fe071a8d1 100644 --- a/docs/vmrestore.md +++ b/docs/vmrestore.md @@ -69,7 +69,7 @@ It is recommended using [binary releases](https://github.com/VictoriaMetrics/Vic #### Development build -1. [Install Go](https://golang.org/doc/install). The minimum supported version is Go 1.12. +1. [Install Go](https://golang.org/doc/install). The minimum supported version is Go 1.13. 2. Run `make vmrestore` from the root folder of the repository. It builds `vmrestore` binary and puts it into the `bin` folder.