Skip to content

Commit f385253

Browse files
authored
Update Golang version to fix RIE debugging (#74)
1 parent 74ef97c commit f385253

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

debugging/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Golang EOL overview: https://endoflife.date/go
2-
DOCKER_GOLANG_IMAGE ?= golang:1.20-bullseye
2+
DOCKER_GOLANG_IMAGE ?= golang:1.25-bookworm
33

44
# On ARM hosts, use: make ARCH=arm64 build-init
55
# Check host architecture: uname -m

0 commit comments

Comments
 (0)