Skip to content

fix: update Dockerfile Go version to 1.25-alpine#56

Merged
beonde merged 1 commit intomainfrom
fix/dockerfile-go-version
Mar 27, 2026
Merged

fix: update Dockerfile Go version to 1.25-alpine#56
beonde merged 1 commit intomainfrom
fix/dockerfile-go-version

Conversation

@beonde
Copy link
Copy Markdown
Member

@beonde beonde commented Mar 27, 2026

Summary

Updates the Dockerfile base image from golang:1.24-alpine to golang:1.25-alpine to match the go 1.25.0 requirement in go.mod.

Problem

Docker builds fail with:

go: go.mod requires go >= 1.25.0 (running go 1.24.13; GOTOOLCHAIN=local)

This blocks the E2E test stack (capiscio-e2e-tests) from building the server and CLI containers.

Changes

  • Dockerfile: golang:1.24-alpinegolang:1.25-alpine

Testing

  • Verified E2E stack builds and all services start successfully after fix
  • 186 E2E tests pass, core integration tests pass

go.mod requires go 1.25.0 but Dockerfile used golang:1.24-alpine,
causing Docker builds to fail with 'go.mod requires go >= 1.25.0'
Copilot AI review requested due to automatic review settings March 27, 2026 14:10
@codecov
Copy link
Copy Markdown

codecov bot commented Mar 27, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.

📢 Thoughts on this report? Let us know!

Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Updates the container build toolchain to match the repository’s Go 1.25.0 requirement, unblocking Docker-based builds (including the E2E stack).

Changes:

  • Bump builder stage base image from golang:1.24-alpine to golang:1.25-alpine.

@beonde beonde merged commit fd10896 into main Mar 27, 2026
8 checks passed
@beonde beonde deleted the fix/dockerfile-go-version branch March 27, 2026 18:43
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.

2 participants