Bump golang in /pipelines/shared-helpers/test-binaries-image

Bumps golang from 1.24.4-bullseye to 1.24.5-bullseye.

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

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2025-07-09 01:54:34 +00:00
committed by GitHub
parent 0eaee78d45
commit a4f5398293
2 changed files with 2 additions and 2 deletions

View File

@@ -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.4-bullseye as build-env
FROM golang:1.24.5-bullseye as build-env
WORKDIR /work
COPY . .
ARG GOPROXY

View File

@@ -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.4-bullseye as build-env
FROM golang:1.24.5-bullseye as build-env
WORKDIR /work
COPY . .
ARG GOPROXY