From d7a66501908838797ed0d483460b2e3f71dd1c4a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 11 Feb 2026 01:30:56 +0000 Subject: [PATCH] Update golang Docker tag to v1.26 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index e2bc007..e25e631 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM --platform=${BUILDPLATFORM:-linux/amd64} golang:1.22 as builder +FROM --platform=${BUILDPLATFORM:-linux/amd64} golang:1.26 as builder ARG TARGETPLATFORM ARG BUILDPLATFORM