Skip to content

Align Go toolchain requirement with smoke runners - #54335

Merged
pelikhan merged 2 commits into
mainfrom
copilot/aw-failures-bump-go-toolchain
Aug 20, 2026
Merged

Align Go toolchain requirement with smoke runners#54335
pelikhan merged 2 commits into
mainfrom
copilot/aw-failures-bump-go-toolchain

Conversation

Copilot AI commented Aug 20, 2026

Copy link
Copy Markdown
Contributor

Smoke Copilot variants fail before tests run because the project requests Go 1.26.5 while runners provide Go 1.26.6, causing compiler/tool version mismatch errors.

  • Toolchain
    • Update the go.mod Go directive to 1.26.6 so actions/setup-go selects the runner-compatible toolchain.
go 1.26.6

Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com>
Copilot AI changed the title [WIP] Bump pinned Go toolchain version to match build image Align Go toolchain requirement with smoke runners Aug 20, 2026
Copilot AI requested a review from pelikhan August 20, 2026 19:59
@pelikhan
pelikhan marked this pull request as ready for review August 20, 2026 20:09
Copilot AI balanced review requested due to automatic review settings August 20, 2026 20:09
@pelikhan
pelikhan merged commit 5d3dbf0 into main Aug 20, 2026
@pelikhan
pelikhan deleted the copilot/aw-failures-bump-go-toolchain branch August 20, 2026 20:09

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

Aligns the Go toolchain with smoke-test runners to prevent compiler version mismatches.

Changes:

  • Updates the required Go version from 1.26.5 to 1.26.6.
Show a summary per file
File Description
go.mod Pins Go 1.26.6 for compatible builds.

Review details

💡 Add a code-review agent skill for context-aware, tailored reviews. Learn more in the docs.

  • Files reviewed: 1/1 changed files
  • Comments generated: 0
  • Review effort level: Balanced

@github-actions

Copy link
Copy Markdown
Contributor

🎉 This pull request is included in a new release.

Release: v0.87.2

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.

[aw-failures] Smoke Copilot fleet: Go toolchain version mismatch breaks make build (go1.26.6 vs go1.26.5)

3 participants