deployment/docker: update Go builder from v1.19.4 to v1.19.5

See https://github.com/golang/go/issues?q=milestone%3AGo1.19.5+label%3ACherryPickApproved
This commit is contained in:
Aliaksandr Valialkin 2023-01-10 18:42:02 -08:00
parent 37fe04999c
commit c449714c0a
No known key found for this signature in database
GPG key ID: A72BEC6CD3D0DED1
5 changed files with 5 additions and 5 deletions

View file

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

View file

@ -25,7 +25,7 @@ jobs:
- name: Setup Go
uses: actions/setup-go@main
with:
go-version: 1.19.4
go-version: 1.19.5
id: go
- name: Code checkout
uses: actions/checkout@master

View file

@ -22,7 +22,7 @@ jobs:
name: Setup Go
uses: actions/setup-go@main
with:
go-version: 1.19.4
go-version: 1.19.5
id: go
-
name: Setup docker scan

View file

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

View file

@ -4,7 +4,7 @@ DOCKER_NAMESPACE := victoriametrics
ROOT_IMAGE ?= alpine:3.17.1
CERTS_IMAGE := alpine:3.17.1
GO_BUILDER_IMAGE := golang:1.19.4-alpine
GO_BUILDER_IMAGE := golang:1.19.5-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 :/ __)