Skip to content

Commit

Permalink
chore: bump golang versions (#10708)
Browse files Browse the repository at this point in the history
* chore: bump golang versions

* Update build image version to pr10708-6841577474

---------

Co-authored-by: aldernero <[email protected]>
(cherry picked from commit 5506d2e)
  • Loading branch information
aldernero committed Feb 21, 2025
1 parent d9b348a commit bc3a701
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 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 ?= pr10481-6c395eeace
LATEST_BUILD_IMAGE_TAG ?= pr10708-6841577474

# 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
4 changes: 2 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
module github.com/grafana/mimir

go 1.22.7
go 1.22.11

// Please note that this directive is ignored when building with the Mimir build image,
// that will always use its bundled toolchain.
toolchain go1.23.3
toolchain go1.23.6

require (
github.com/Azure/azure-sdk-for-go/sdk/storage/azblob v1.5.0
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.5-bookworm
FROM golang:1.23.6-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 bc3a701

Please sign in to comment.