Skip to content

fix: bump Dockerfile Go base image to 1.25 to match go.mod constraint#1

Merged
thedavidweng merged 2 commits into
mainfrom
copilot/update-dockerfile-go-version
Mar 18, 2026
Merged

fix: bump Dockerfile Go base image to 1.25 to match go.mod constraint#1
thedavidweng merged 2 commits into
mainfrom
copilot/update-dockerfile-go-version

Conversation

Copilot AI commented Mar 18, 2026

Copy link
Copy Markdown

go.mod declares go 1.25.0, but the builder stage was pinned to golang:1.24.2, causing the Docker CI build to fail immediately.

Change

# Before
FROM golang:1.24.2 AS builder

# After
FROM golang:1.25 AS builder

💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.

Co-authored-by: thedavidweng <95214375+thedavidweng@users.noreply.github.com>
Copilot AI changed the title [WIP] Fix Docker image CI failure due to Go version fix: bump Dockerfile Go base image to 1.25 to match go.mod constraint Mar 18, 2026
Copilot AI requested a review from thedavidweng March 18, 2026 10:36
@thedavidweng thedavidweng marked this pull request as ready for review March 18, 2026 10:44
@thedavidweng thedavidweng merged commit b09f664 into main Mar 18, 2026
3 checks passed
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