From f385253c9cc4a4cefc7f8fb2fc60c71a099fb412 Mon Sep 17 00:00:00 2001 From: Joel Scheuner Date: Tue, 27 Jan 2026 10:46:29 +0000 Subject: [PATCH] Update Golang version to fix RIE debugging (#74) --- debugging/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debugging/Makefile b/debugging/Makefile index fe3a68f..578d8a3 100644 --- a/debugging/Makefile +++ b/debugging/Makefile @@ -1,5 +1,5 @@ # Golang EOL overview: https://endoflife.date/go -DOCKER_GOLANG_IMAGE ?= golang:1.20-bullseye +DOCKER_GOLANG_IMAGE ?= golang:1.25-bookworm # On ARM hosts, use: make ARCH=arm64 build-init # Check host architecture: uname -m