Skip to content

Commit

Permalink
mimir-build-image: bump Go to 1.23.2 (#9491)
Browse files Browse the repository at this point in the history
* mimir-build-image: bump Go to 1.23 latest

Signed-off-by: Vladimir Varankin <[email protected]>

* Update build image version to pr9491-be37c556e2

* fixup! mimir-build-image: bump Go to 1.23 latest

* Update build image version to pr9491-80f5778956

---------

Signed-off-by: Vladimir Varankin <[email protected]>
Co-authored-by: narqo <[email protected]>
  • Loading branch information
narqo and narqo authored Oct 2, 2024
1 parent ac6efd0 commit 30cdde9
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 ?= pr9288-97439b746b
LATEST_BUILD_IMAGE_TAG ?= pr9491-80f5778956

# 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.1-bookworm
FROM golang:1.23.2-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 30cdde9

Please sign in to comment.