Skip to content

fix(docker): bump builder to golang:1.25.10-bookworm - #69

Merged
Anthony-Bible merged 1 commit into
mainfrom
fix/dockerfile-go-1.25
May 16, 2026
Merged

fix(docker): bump builder to golang:1.25.10-bookworm#69
Anthony-Bible merged 1 commit into
mainfrom
fix/dockerfile-go-1.25

Conversation

@Anthony-Bible

Copy link
Copy Markdown
Owner

Summary

  • go.mod requires Go >= 1.25.0, but the Dockerfile builder stage was pinned to golang:1.24.11-bookworm, causing go mod download to fail in the Build & Push Image workflow.
  • Bumps the builder image to golang:1.25.10-bookworm (latest patch in the 1.25 line, matching the prior pin precision).

Fixes the failing job: https://github.com/Anthony-Bible/code-agent-demo/actions/runs/25968520347/job/76336235373

Test plan

  • CI Build & Push Image job succeeds on this branch
  • Resulting image runs code-agent-demo serve without regressions

🤖 Generated with Claude Code

go.mod requires Go >= 1.25.0, but the builder stage was pinned to
1.24.11-bookworm causing `go mod download` to fail in CI.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
@claude

claude Bot commented May 16, 2026

Copy link
Copy Markdown
Contributor

PR Review: fix(docker): bump builder to golang:1.25.10-bookworm

Tasks:

  • Analyze PR context
  • Read Dockerfile and go.mod
  • Check for related files (CI config, docker-compose, etc.)
  • Provide review feedback

View job run

@Anthony-Bible
Anthony-Bible merged commit 811350a into main May 16, 2026
2 of 3 checks passed
@Anthony-Bible
Anthony-Bible deleted the fix/dockerfile-go-1.25 branch May 16, 2026 17:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant