From e5b451a66a13b06d22c071ceb0c0a042a2026925 Mon Sep 17 00:00:00 2001 From: Roman Khavronenko Date: Thu, 2 Dec 2021 14:42:25 +0200 Subject: [PATCH] ci: bump go version to 1.17 (#1895) The bump was required for `vmalert` package. `vmalert` docs now also contain an updated description. Signed-off-by: hagen1778 --- .github/workflows/check-licenses.yml | 2 +- .github/workflows/main.yml | 2 +- app/vmalert/README.md | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/check-licenses.yml b/.github/workflows/check-licenses.yml index c591ebf24..d9aa35630 100644 --- a/.github/workflows/check-licenses.yml +++ b/.github/workflows/check-licenses.yml @@ -14,7 +14,7 @@ jobs: - name: Setup Go uses: actions/setup-go@main with: - go-version: 1.16 + go-version: 1.17 id: go - name: Code checkout uses: actions/checkout@master diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 1c679ba15..2160cbe25 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -16,7 +16,7 @@ jobs: - name: Setup Go uses: actions/setup-go@main with: - go-version: 1.16 + go-version: 1.17 id: go - name: Code checkout uses: actions/checkout@master diff --git a/app/vmalert/README.md b/app/vmalert/README.md index 55fcecc25..d5aceec79 100644 --- a/app/vmalert/README.md +++ b/app/vmalert/README.md @@ -714,7 +714,7 @@ It is recommended using ### Development build -1. [Install Go](https://golang.org/doc/install). The minimum supported version is Go 1.16. +1. [Install Go](https://golang.org/doc/install). The minimum supported version is Go 1.17. 2. Run `make vmalert` from the root folder of [the repository](https://github.com/VictoriaMetrics/VictoriaMetrics). It builds `vmalert` binary and puts it into the `bin` folder. @@ -731,7 +731,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.16. +1. [Install Go](https://golang.org/doc/install). The minimum supported version is Go 1.17. 2. Run `make vmalert-arm` or `make vmalert-arm64` from the root folder of [the repository](https://github.com/VictoriaMetrics/VictoriaMetrics). It builds `vmalert-arm` or `vmalert-arm64` binary respectively and puts it into the `bin` folder.