fix(docker): bump builder to go 1.25 to match go.mod #60
Reference in New Issue
Block a user
Delete Branch "dev"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Fast-follow on PR #59. The merge to main triggered
release.ymlrun 107 which failed atgo mod downloadwith:The M7/M8 batch bumped
go.modtogo 1.25.0but the Dockerfile's builder stage still pinnedgolang:1.23-bookworm. Bumping togolang:1.25-bookwormmatches.No CI paths trigger on Dockerfile changes (correctly — the Dockerfile only matters at image build time), so this PR will go in unverified at the lint/test level; the verification is the next
release.ymlrun on main going green.After merge I'll force-move
v2026.06.01to the new main HEAD so the image tag rebuilds cleanly.