chore: support go 1.27 - #1966
Open
Wilson Hobbs (wbhob) wants to merge 4 commits into
Open
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
Updates the Go devcontainer image definition to add Go 1.27 support and make it the default variant, aligning published tags/docs with the new version.
Changes:
- Bump
src/go/manifest.jsonversion to2.3.0, add1.27-*variants, and set1.27-trixieasbuild.latest. - Update the default
.devcontainer/Dockerfilebase variant to1.27-trixie. - Refresh
src/go/README.mdtags/examples to reference Go 1.27 and the new image version.
Reviewed changes
Copilot reviewed 3 out of 3 changed files in this pull request and generated 2 comments.
| File | Description |
|---|---|
| src/go/README.md | Updates documented tags/variants to include Go 1.27 and new semver examples. |
| src/go/manifest.json | Adds Go 1.27 variants, bumps image version, and moves latest to 1.27-trixie. |
| src/go/.devcontainer/Dockerfile | Switches default build ARG to 1.27-trixie. |
Suppressed comments (1)
src/go/manifest.json:53
variantTagsfor1.26-bookwormduplicates thego:${VERSION}-1-bookworm/go:${VERSION}-bookwormaliases that are also assigned to1.27-bookworm, which would cause tag collisions during publishing. Only one bookworm variant should own the generic*-bookwormaliases.
"1.26-bookworm": [
"go:${VERSION}-1-bookworm",
"go:${VERSION}-bookworm"
]
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
Comment on lines
+40
to
45
| "1.26-trixie": [ | ||
| "go:${VERSION}-1.26", | ||
| "go:${VERSION}-1", | ||
| "go:${VERSION}-1-trixie", | ||
| "go:${VERSION}-trixie" | ||
| ], |
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
Kaniska (Kaniska244)
requested changes
Aug 25, 2026
Kaniska (Kaniska244)
left a comment
Contributor
There was a problem hiding this comment.
Thank you for the contribution. Kindly implement the review comment.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.