From 1818e9f7c333d1baeefd225f93338d394ab1ac39 Mon Sep 17 00:00:00 2001 From: Friedrich Gonzalez <1517449+friedrichg@users.noreply.github.com> Date: Thu, 16 Apr 2026 22:46:44 -0700 Subject: [PATCH] Update build image to go 1.26.2 Signed-off-by: Friedrich Gonzalez <1517449+friedrichg@users.noreply.github.com> --- build-image/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-image/Dockerfile b/build-image/Dockerfile index 4d455535eee..b0fe55a68c9 100644 --- a/build-image/Dockerfile +++ b/build-image/Dockerfile @@ -1,4 +1,4 @@ -FROM golang:1.25.8-trixie +FROM golang:1.26.2-trixie ARG goproxyValue ENV GOPROXY=${goproxyValue} RUN apt-get update && apt-get install -y curl file gettext jq unzip protobuf-compiler libprotobuf-dev && \