From d2ff02bf2be21fe1115113c6411d288eff47b5b9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 7 Jun 2026 20:46:30 +0000 Subject: [PATCH] build(deps): Bump golang from 1.24 to 1.26 Bumps golang from 1.24 to 1.26. --- updated-dependencies: - dependency-name: golang dependency-version: '1.26' dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index befbd54..ee99cd3 100644 --- a/Dockerfile +++ b/Dockerfile @@ -9,7 +9,7 @@ # natively for the target arch instead of running the entire Go compiler # under QEMU emulation. Without this directive, arm64 builds took ~40 min # under QEMU; with it, ~20s. -FROM --platform=$BUILDPLATFORM golang:1.24 AS builder +FROM --platform=$BUILDPLATFORM golang:1.26 AS builder ARG TARGETOS ARG TARGETARCH