Skip to content

fix(docker): align builder image with go.mod (golang:1.26-alpine)#72

Merged
devops-bda merged 1 commit into
mainfrom
fix/dockerfile-go-version
Jun 4, 2026
Merged

fix(docker): align builder image with go.mod (golang:1.26-alpine)#72
devops-bda merged 1 commit into
mainfrom
fix/dockerfile-go-version

Conversation

@phanikumarps

Copy link
Copy Markdown
Contributor

Summary

  • go.mod declares go 1.26.0 but Dockerfile was using golang:1.25-alpine
  • go mod download fails in CI with: go: go.mod requires go >= 1.26.0 (running go 1.25.11; GOTOOLCHAIN=local)
  • One-line fix: bump builder image to golang:1.26-alpine

Root cause

A prior commit rolled back the Dockerfile builder image to 1.25-alpine after go.mod had already been updated to require 1.26.0, creating the mismatch. Discovered while unblocking the abaper service deployment to the apps node.

🤖 Generated with Claude Code

go.mod requires go 1.26.0 but Dockerfile was using golang:1.25-alpine,
causing go mod download to fail in CI.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
@devops-bda devops-bda merged commit ff5f6f2 into main Jun 4, 2026
4 checks passed
@devops-bda devops-bda deleted the fix/dockerfile-go-version branch June 4, 2026 07:12
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