all: update Go builder from Go1.20.3 to Go1.20.4

See https://github.com/golang/go/issues?q=milestone%3AGo1.20.4+label%3ACherryPickApproved
This commit is contained in:
Aliaksandr Valialkin 2023-05-08 09:40:49 -07:00
parent 2c6fd59bed
commit 45ddfaa795
No known key found for this signature in database
GPG key ID: A72BEC6CD3D0DED1
5 changed files with 5 additions and 4 deletions

View file

@ -17,7 +17,7 @@ jobs:
- name: Setup Go
uses: actions/setup-go@main
with:
go-version: 1.20.3
go-version: 1.20.4
id: go
- name: Code checkout
uses: actions/checkout@master

View file

@ -1,4 +1,4 @@
FROM golang:1.20.3 as build-web-stage
FROM golang:1.20.4 as build-web-stage
COPY build /build
WORKDIR /build

View file

@ -4,7 +4,7 @@ DOCKER_NAMESPACE := victoriametrics
ROOT_IMAGE ?= alpine:3.17.3
CERTS_IMAGE := alpine:3.17.3
GO_BUILDER_IMAGE := golang:1.20.3-alpine
GO_BUILDER_IMAGE := golang:1.20.4-alpine
BUILDER_IMAGE := local/builder:2.0.0-$(shell echo $(GO_BUILDER_IMAGE) | tr :/ __)-1
BASE_IMAGE := local/base:1.1.3-$(shell echo $(ROOT_IMAGE) | tr :/ __)-$(shell echo $(CERTS_IMAGE) | tr :/ __)

View file

@ -15,6 +15,7 @@ The following tip changes can be tested by building VictoriaMetrics components f
## v1.79.x long-time support release (LTS)
* SECURITY: upgrade Go builder from Go1.20.3 to Go1.20.4. See [the list of issues addressed in Go1.20.4](https://github.com/golang/go/issues?q=milestone%3AGo1.20.4+label%3ACherryPickApproved).
* SECURITY: serve `/robots.txt` content to disallow indexing of the exposed instances by search engines. See [this issue](https://github.com/VictoriaMetrics/VictoriaMetrics/issues/4128) for details.
## [v1.79.12](https://github.com/VictoriaMetrics/VictoriaMetrics/releases/tag/v1.79.12)

View file

@ -1,4 +1,4 @@
GO_VERSION ?=1.20.3
GO_VERSION ?=1.20.4
SNAP_BUILDER_IMAGE := local/snap-builder:2.0.0-$(shell echo $(GO_VERSION) | tr :/ __)