Skip to content

Commit

Permalink
Mimir build image: Update Go version to 1.23.5 (#10481)
Browse files Browse the repository at this point in the history
* Mimir build image: Update Go version to 1.23.5

* Update build image version to pr10481-6c395eeace

---------

Co-authored-by: alexander-akhmetov <[email protected]>
  • Loading branch information
alexander-akhmetov and alexander-akhmetov authored Jan 20, 2025
1 parent 59868b5 commit fe1d711
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -245,7 +245,7 @@ mimir-build-image/$(UPTODATE): mimir-build-image/*
# All the boiler plate for building golang follows:
SUDO := $(shell docker info >/dev/null 2>&1 || echo "sudo -E")
BUILD_IN_CONTAINER ?= true
LATEST_BUILD_IMAGE_TAG ?= pr9491-80f5778956
LATEST_BUILD_IMAGE_TAG ?= pr10481-6c395eeace

# TTY is parameterized to allow Google Cloud Builder to run builds,
# as it currently disallows TTY devices. This value needs to be overridden
Expand Down
2 changes: 1 addition & 1 deletion mimir-build-image/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

FROM registry.k8s.io/kustomize/kustomize:v5.4.3 as kustomize
FROM alpine/helm:3.14.4 as helm
FROM golang:1.23.4-bookworm
FROM golang:1.23.5-bookworm
ARG goproxyValue
ENV GOPROXY=${goproxyValue}
ENV SKOPEO_DEPS="libgpgme-dev libassuan-dev libbtrfs-dev libdevmapper-dev pkg-config"
Expand Down

0 comments on commit fe1d711

Please sign in to comment.