Skip to content

Commit

Permalink
mimir-build-image: Upgrade Go version to 1.23.1-bookworm (#9288)
Browse files Browse the repository at this point in the history
* mimir-build-image: Upgrade Go version to 1.23.1-bookworm

* Update build image version to pr9288-97439b746b
  • Loading branch information
JohnnyQQQQ authored Sep 13, 2024
1 parent 4d18358 commit fb54e0d
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 @@ -275,7 +275,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 ?= pr9070-5347ec889b
LATEST_BUILD_IMAGE_TAG ?= pr9288-97439b746b

# 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.0-bookworm
FROM golang:1.23.1-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 fb54e0d

Please sign in to comment.