From 42c25eaeed0178af568c5606ccfac9e11be984f9 Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>
Date: Mon, 10 Mar 2025 13:26:38 +0000
Subject: [PATCH] build(deps): bump golang from 1.24.0-alpine3.20 to
 1.24.1-alpine3.20

Bumps golang from 1.24.0-alpine3.20 to 1.24.1-alpine3.20.

---
updated-dependencies:
- dependency-name: golang
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
---
 Dockerfile.e2e-tests   | 4 ++--
 Dockerfile.multi-stage | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/Dockerfile.e2e-tests b/Dockerfile.e2e-tests
index 4b8b932db8..c3282588e9 100644
--- a/Dockerfile.e2e-tests
+++ b/Dockerfile.e2e-tests
@@ -1,5 +1,5 @@
 # Taking a non-alpine image for e2e tests so that cgo can be enabled for the race detector.
-FROM golang:1.24.0 as builder
+FROM golang:1.24.1 as builder
 
 WORKDIR $GOPATH/src/github.com/thanos-io/thanos
 
@@ -8,7 +8,7 @@ COPY . $GOPATH/src/github.com/thanos-io/thanos
 RUN CGO_ENABLED=1 go build -o $GOBIN/thanos -race ./cmd/thanos
 # -----------------------------------------------------------------------------
 
-FROM golang:1.24.0
+FROM golang:1.24.1
 LABEL maintainer="The Thanos Authors"
 
 COPY --from=builder $GOBIN/thanos /bin/thanos
diff --git a/Dockerfile.multi-stage b/Dockerfile.multi-stage
index 0dda31dbc4..f3f6af19bf 100644
--- a/Dockerfile.multi-stage
+++ b/Dockerfile.multi-stage
@@ -1,6 +1,6 @@
 # By default we pin to amd64 sha. Use make docker to automatically adjust for arm64 versions.
 ARG BASE_DOCKER_SHA="14d68ca3d69fceaa6224250c83d81d935c053fb13594c811038c461194599973"
-FROM golang:1.24.0-alpine3.20 as builder
+FROM golang:1.24.1-alpine3.20 as builder
 
 WORKDIR $GOPATH/src/github.com/thanos-io/thanos
 # Change in the docker context invalidates the cache so to leverage docker