From d3a2fbd1922289ae1800edfcb52cd5450dc1864a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 5 Mar 2025 02:13:13 +0000 Subject: [PATCH] Bump golang in /pipelines/shared-helpers/test-binaries-image Bumps golang from 1.24.0-bullseye to 1.24.1-bullseye. --- updated-dependencies: - dependency-name: golang dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- pipelines/shared-helpers/test-binaries-image/Dockerfile | 2 +- pipelines/shared-helpers/test-binaries-image/Dockerfile_fips | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pipelines/shared-helpers/test-binaries-image/Dockerfile b/pipelines/shared-helpers/test-binaries-image/Dockerfile index 989318f29..cbb1d0100 100644 --- a/pipelines/shared-helpers/test-binaries-image/Dockerfile +++ b/pipelines/shared-helpers/test-binaries-image/Dockerfile @@ -8,7 +8,7 @@ # test binaries built by this dockerfile are run in a container built by dockerfiles/integration-test-runner/Dockerfile # which uses google/cloud-sdk as the base image. Mismatching debian versions causes the pinniped-integration-test # built below to error upon execution complaining that the expected version of GLIBC is not found. -FROM golang:1.24.0-bullseye as build-env +FROM golang:1.24.1-bullseye as build-env WORKDIR /work COPY . . ARG GOPROXY diff --git a/pipelines/shared-helpers/test-binaries-image/Dockerfile_fips b/pipelines/shared-helpers/test-binaries-image/Dockerfile_fips index 47c668d03..c2b594f61 100644 --- a/pipelines/shared-helpers/test-binaries-image/Dockerfile_fips +++ b/pipelines/shared-helpers/test-binaries-image/Dockerfile_fips @@ -10,7 +10,7 @@ # test binaries built by this dockerfile are run in a container built by dockerfiles/integration-test-runner/Dockerfile # which uses google/cloud-sdk as the base image. Mismatching debian versions causes the pinniped-integration-test # built below to error upon execution complaining that the expected version of GLIBC is not found. -FROM golang:1.24.0-bullseye as build-env +FROM golang:1.24.1-bullseye as build-env WORKDIR /work COPY . . ARG GOPROXY