From 284001a187e772b0f46ceae924410f999afe818a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 May 2026 10:07:48 +0000 Subject: [PATCH] build(deps): bump golang in /partition_gpu Bumps golang from 1.25-bookworm to 1.26-bookworm. --- updated-dependencies: - dependency-name: golang dependency-version: 1.26-bookworm dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- partition_gpu/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/partition_gpu/Dockerfile b/partition_gpu/Dockerfile index be12c39e3..4623ec1cc 100644 --- a/partition_gpu/Dockerfile +++ b/partition_gpu/Dockerfile @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -FROM --platform=$BUILDPLATFORM golang:1.25-bookworm AS builder +FROM --platform=$BUILDPLATFORM golang:1.26-bookworm AS builder ARG TARGETOS ARG TARGETARCH