Skip to content

Fix: correct devcontainer image tag format#36

Merged
jcleigh merged 1 commit intomainfrom
fix-devcontainer-image
Jan 12, 2026
Merged

Fix: correct devcontainer image tag format#36
jcleigh merged 1 commit intomainfrom
fix-devcontainer-image

Conversation

@jcleigh
Copy link
Collaborator

@jcleigh jcleigh commented Jan 12, 2026

This pull request makes a minor update to the development container configuration by specifying the Go image version more precisely. This helps ensure consistency in the development environment.

  • Changed the image field in .devcontainer/devcontainer.json from go:1-1.25-bookworm to go:1.25-bookworm for improved version specificity.

Copilot AI review requested due to automatic review settings January 12, 2026 03:04
Copy link

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

This pull request fixes a malformed Docker image tag in the devcontainer configuration. The original tag go:1-1.25-bookworm contained an incorrect version format that has been corrected to go:1.25-bookworm, which properly aligns with the Go 1.25 version specified in the project's go.mod file.

Changes:

  • Corrected the devcontainer Go image tag from an invalid format to the proper version format

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@jcleigh jcleigh merged commit 264c0eb into main Jan 12, 2026
11 checks passed
@jcleigh jcleigh deleted the fix-devcontainer-image branch January 12, 2026 03:35
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