Skip to content

chore: support go 1.27 - #1966

Open
Wilson Hobbs (wbhob) wants to merge 4 commits into
devcontainers:mainfrom
wbhob:wbhob/go1.27
Open

chore: support go 1.27#1966
Wilson Hobbs (wbhob) wants to merge 4 commits into
devcontainers:mainfrom
wbhob:wbhob/go1.27

Conversation

@wbhob

Copy link
Copy Markdown
Contributor

No description provided.

Copilot AI lite review requested due to automatic review settings August 21, 2026 16:31
@wbhob
Wilson Hobbs (wbhob) requested a review from a team as a code owner August 21, 2026 16:31
@wbhob Wilson Hobbs (wbhob) changed the title chore: go 1.27 chore: support go 1.27 Aug 21, 2026

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

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.json version to 2.3.0, add 1.27-* variants, and set 1.27-trixie as build.latest.
  • Update the default .devcontainer/Dockerfile base variant to 1.27-trixie.
  • Refresh src/go/README.md tags/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

  • variantTags for 1.26-bookworm duplicates the go:${VERSION}-1-bookworm / go:${VERSION}-bookworm aliases that are also assigned to 1.27-bookworm, which would cause tag collisions during publishing. Only one bookworm variant should own the generic *-bookworm aliases.
      "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 thread src/go/README.md Outdated
Comment thread src/go/manifest.json
Comment on lines +40 to 45
"1.26-trixie": [
"go:${VERSION}-1.26",
"go:${VERSION}-1",
"go:${VERSION}-1-trixie",
"go:${VERSION}-trixie"
],
Wilson Hobbs (wbhob) and others added 2 commits August 21, 2026 12:53
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>

@Kaniska244 Kaniska (Kaniska244) left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Hi Wilson Hobbs (@wbhob)

Thank you for the contribution. Kindly implement the review comment.

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.

3 participants