Skip to content

Commit

Permalink
chore: bump golang versions
Browse files Browse the repository at this point in the history
  • Loading branch information
aldernero committed Feb 20, 2025
1 parent 08f8819 commit 9ac5744
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
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 9ac5744

Please sign in to comment.