Skip to content

Commit

Permalink
deployment/docker: update Go builder from Go1.22.5 to Go1.23.0 (Victo…
Browse files Browse the repository at this point in the history
…riaMetrics#6861)

Signed-off-by: hagen1778 <roman@victoriametrics.com>
  • Loading branch information
hagen1778 authored and f41gh7 committed Aug 22, 2024
1 parent c6e0780 commit f599f3a
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion app/vmui/Dockerfile-web
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang:1.22.5 AS build-web-stage
FROM golang:1.23.0 AS build-web-stage
COPY build /build

WORKDIR /build
Expand Down
2 changes: 1 addition & 1 deletion deployment/docker/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ ROOT_IMAGE ?= alpine:3.20.2
ROOT_IMAGE_SCRATCH ?= scratch
CERTS_IMAGE := alpine:3.20.2

GO_BUILDER_IMAGE := golang:1.22.5-alpine
GO_BUILDER_IMAGE := golang:1.23.0-alpine
BUILDER_IMAGE := local/builder:2.0.0-$(shell echo $(GO_BUILDER_IMAGE) | tr :/ __)-1
BASE_IMAGE := local/base:1.1.4-$(shell echo $(ROOT_IMAGE) | tr :/ __)-$(shell echo $(CERTS_IMAGE) | tr :/ __)
DOCKER ?= docker
Expand Down
2 changes: 1 addition & 1 deletion deployment/logs-benchmark/docker-compose-elk.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ services:
- vlogs

generator:
image: golang:1.22.5-alpine
image: golang:1.23.0-alpine
restart: always
working_dir: /go/src/app
volumes:
Expand Down
2 changes: 1 addition & 1 deletion deployment/logs-benchmark/docker-compose-loki.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: '3'

services:
generator:
image: golang:1.22.5-alpine
image: golang:1.23.0-alpine
restart: always
working_dir: /go/src/app
volumes:
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/VictoriaMetrics/VictoriaMetrics

go 1.22.5
go 1.23.0

require (
cloud.google.com/go/storage v1.43.0
Expand Down

0 comments on commit f599f3a

Please sign in to comment.