From 45fb0f7728e0e0ab393954282fc766bc16cd9f3d Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Tue, 12 May 2026 14:38:04 +0000 Subject: [PATCH 1/2] Initial plan From 1c0a2b208c27a5d7bb56312b50fab4f394cd8691 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Tue, 12 May 2026 14:40:45 +0000 Subject: [PATCH 2/2] build(deps): pin shared/golang to latest stable Go release (1.25.10-bookworm) Agent-Logs-Url: https://github.com/envoyproxy/examples/sessions/ccde29aa-d58d-4842-ac80-f07b0f18882a Co-authored-by: phlax <454682+phlax@users.noreply.github.com> --- shared/golang/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shared/golang/Dockerfile b/shared/golang/Dockerfile index e5ce11d2..37b03a69 100644 --- a/shared/golang/Dockerfile +++ b/shared/golang/Dockerfile @@ -3,7 +3,7 @@ RUN rm -f /etc/apt/apt.conf.d/docker-clean \ && echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";' | tee /etc/apt/apt.conf.d/keep-cache -FROM golang:1.26.3-bookworm@sha256:b09e568dcf2a1ff3ce09a230ea234193fc014dc195472fe63316e50238453d96 AS golang-base +FROM golang:1.25.10-bookworm@sha256:e3a54b77385b4f8a31c1db4d12429ffb3718ea76865731a787c497755d409547 AS golang-base FROM golang-base AS golang-control-plane-builder