fix(docker): bump builder to go 1.25 to match go.mod #60

Merged
bvandeusen merged 1 commits from dev into main 2026-06-01 16:13:43 -04:00

1 Commits

Author SHA1 Message Date
bvandeusen 3bcc7f3eb3 fix(docker): bump builder from go 1.23 to 1.25 (matches go.mod)
The release.yml build on main HEAD c0185357 failed with:
  go: go.mod requires go >= 1.25.0 (running go 1.23.12; GOTOOLCHAIN=local)

go.mod was bumped to 1.25.0 during the M7/M8 batch but the
Dockerfile's builder stage still pinned golang:1.23-bookworm. Bump
to golang:1.25-bookworm to match.
2026-06-01 16:13:20 -04:00