Skip to content

Add devcontainer for Go 1.26.#8

Merged
ivanklee86 merged 1 commit intomainfrom
go_126
Mar 28, 2026
Merged

Add devcontainer for Go 1.26.#8
ivanklee86 merged 1 commit intomainfrom
go_126

Conversation

@ivanklee86
Copy link
Copy Markdown
Owner

No description provided.

Copilot AI review requested due to automatic review settings March 28, 2026 13:00
Copy link
Copy Markdown

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

Adds build support for a Go 1.26 devcontainer image by extending the Docker bake configuration.

Changes:

  • Add a new go_126 Docker bake target that builds ghcr.io/ivanklee86/devcontainer/go:1.26.
  • Include go_126 in the default bake group so it’s built by task bake / task bake:push.

Reviewed changes

Copilot reviewed 1 out of 2 changed files in this pull request and generated 1 comment.

File Description
docker-bake.hcl Adds a go_126 target with GO_VERSION=1.26, tags, and cache configuration; adds it to the default group.
devcontainer_configs/bases/.gitinclude Referenced in the provided PR file list, but no diff/content was available to review here.

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

Comment thread docker-bake.hcl
Comment on lines 1 to 7
group "default" {
targets = [
"base",
"python",
"go_125",
"go_126",
]
Copy link

Copilot AI Mar 28, 2026

Choose a reason for hiding this comment

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

PR title says "Add devcontainer for Go 1.26", but the actual change here only adds a new Docker bake target/image tag (no accompanying devcontainer config updates). Either adjust the PR title/description to reflect that this is just an image build target, or include the devcontainer configuration changes needed to consume the new go:1.26 image.

Copilot uses AI. Check for mistakes.
@ivanklee86 ivanklee86 merged commit 1fd5573 into main Mar 28, 2026
5 checks passed
@ivanklee86 ivanklee86 deleted the go_126 branch March 28, 2026 13:04
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