From 8d875aa704bfe04395d72e5c7e90ca86b24a9370 Mon Sep 17 00:00:00 2001 From: Mukul Sharma Date: Mon, 7 Sep 2026 06:48:59 +0530 Subject: [PATCH] Add golang:1.24-alpine for quant-agent --- images.txt | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/images.txt b/images.txt index 7815de3..974bc02 100644 --- a/images.txt +++ b/images.txt @@ -13,6 +13,12 @@ # pick up a base image update — nothing here happens automatically. golang:1.22-alpine golang:1.22-alpine +# quant-agent needs 1.24: the Anthropic Go SDK declares go 1.24 in its +# module, and a 1.22 toolchain refuses to build a module requiring a +# newer language version. Kept alongside 1.22 rather than replacing it, +# so the existing demo apps keep building against the version they were +# proven on. +golang:1.24-alpine golang:1.24-alpine alpine:3.20 alpine:3.20 node:20-alpine node:20-alpine python:3.12-alpine python:3.12-alpine