From dc94a26be41bc528a0539568bcb670f35a5bd70b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 8 Oct 2025 14:02:56 +0000 Subject: [PATCH] chore(deps): bump golang from 1.25.1 to 1.25.2 Bumps golang from 1.25.1 to 1.25.2. --- updated-dependencies: - dependency-name: golang dependency-version: 1.25.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Dockerfile | 2 +- Dockerfile.debug | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index 4b3c3742c7..f48360af92 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ ### Standard binary # Build the manager binary -FROM --platform=$BUILDPLATFORM golang:1.25.1@sha256:a5e935dbd8bc3a5ea24388e376388c9a69b40628b6788a81658a801abbec8f2e AS builder +FROM --platform=$BUILDPLATFORM golang:1.25.2@sha256:1c91b4f4391774a73d6489576878ad3ff3161ebc8c78466ec26e83474855bfcf AS builder ARG GOPATH ARG GOCACHE diff --git a/Dockerfile.debug b/Dockerfile.debug index 4583b77887..da6be1b98c 100644 --- a/Dockerfile.debug +++ b/Dockerfile.debug @@ -1,5 +1,5 @@ # Build a manager binary with debug symbols and download Delve -FROM --platform=$BUILDPLATFORM golang:1.25.1@sha256:a5e935dbd8bc3a5ea24388e376388c9a69b40628b6788a81658a801abbec8f2e AS builder +FROM --platform=$BUILDPLATFORM golang:1.25.2@sha256:1c91b4f4391774a73d6489576878ad3ff3161ebc8c78466ec26e83474855bfcf AS builder ARG GOPATH ARG GOCACHE @@ -45,7 +45,7 @@ RUN --mount=type=cache,target=$GOPATH/pkg/mod \ ### Debug # Create an image that runs a debug build with Delve installed -FROM --platform=$BUILDPLATFORM golang:1.25.1@sha256:a5e935dbd8bc3a5ea24388e376388c9a69b40628b6788a81658a801abbec8f2e AS debug +FROM --platform=$BUILDPLATFORM golang:1.25.2@sha256:1c91b4f4391774a73d6489576878ad3ff3161ebc8c78466ec26e83474855bfcf AS debug # renovate: datasource=github-releases depName=go-delve/delve RUN go install github.com/go-delve/delve/cmd/dlv@v1.25.2 # We want all source so Delve file location operations work