From c819a721a5c578f8324f0f3aee689be4c291c321 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Feb 2025 04:09:30 +0000 Subject: [PATCH] build(deps): bump golang from 1.23 to 1.24 in /build in the docker group Bumps the docker group in /build with 1 update: golang. Updates `golang` from 1.23 to 1.24 --- updated-dependencies: - dependency-name: golang dependency-type: direct:production update-type: version-update:semver-minor dependency-group: docker ... Signed-off-by: dependabot[bot] --- build/buildx-alpine.Dockerfile | 2 +- build/buildx.Dockerfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/build/buildx-alpine.Dockerfile b/build/buildx-alpine.Dockerfile index f633bab3c3ed..72b7ad0797b6 100644 --- a/build/buildx-alpine.Dockerfile +++ b/build/buildx-alpine.Dockerfile @@ -1,5 +1,5 @@ # syntax=docker/dockerfile:1.4 -FROM golang:1.23-alpine +FROM golang:1.24-alpine # related to https://github.com/golangci/golangci-lint/issues/3107 ENV GOROOT /usr/local/go diff --git a/build/buildx.Dockerfile b/build/buildx.Dockerfile index 8039bccf7683..3b7c277f823a 100644 --- a/build/buildx.Dockerfile +++ b/build/buildx.Dockerfile @@ -1,5 +1,5 @@ # syntax=docker/dockerfile:1.4 -FROM golang:1.23 +FROM golang:1.24 # related to https://github.com/golangci/golangci-lint/issues/3107 ENV GOROOT /usr/local/go