From cb83e9e12a74271f09d06d66be38b93fda15f32c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 22 May 2026 23:05:30 +0000 Subject: [PATCH] chore(deps): update golang docker tag to v1.26 --- containers/galactic/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/containers/galactic/Dockerfile b/containers/galactic/Dockerfile index 0a4c37c..24080c2 100644 --- a/containers/galactic/Dockerfile +++ b/containers/galactic/Dockerfile @@ -1,5 +1,5 @@ # Build the unified galactic binary -FROM --platform=$BUILDPLATFORM golang:1.24 AS builder +FROM --platform=$BUILDPLATFORM golang:1.26 AS builder ARG TARGETOS ARG TARGETARCH ARG VERSION=dev