chore: upgrade Go to version 1.26#539
Open
davidslater wants to merge 1 commit into
Open
Conversation
Bump the Go version from 1.23 to 1.26 in go.mod, GitHub Actions workflows (CI, release, publish, smoke sources and lock files), and documentation (README, CLAUDE.md, AGENTS.md). Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> Co-authored-by: David Slater <12449447+davidslater@users.noreply.github.com>
Contributor
There was a problem hiding this comment.
Pull request overview
Upgrades the project’s minimum Go version from 1.23 to 1.26 consistently across module metadata, automation, smoke tests, and documentation.
Changes:
- Requires Go 1.26 in
go.modand documentation. - Updates CI, release, and publishing workflows.
- Synchronizes all smoke workflow sources and generated lock files.
Show a summary per file
| File | Description |
|---|---|
go.mod |
Sets Go 1.26 minimum. |
README.md |
Updates prerequisites. |
CLAUDE.md |
Updates language guidance. |
.github/workflows/ci.yml |
Runs CI with Go 1.26. |
.github/workflows/create-release-tag.yml |
Tests releases with Go 1.26. |
.github/workflows/publish-main.yml |
Builds main with Go 1.26. |
.github/workflows/release.yml |
Tests releases with Go 1.26. |
.github/workflows/smoke-copilot.md |
Updates Copilot smoke runtime. |
.github/workflows/smoke-copilot.lock.yml |
Updates compiled Copilot smoke workflow. |
.github/workflows/smoke-copilot-container.md |
Updates container Copilot runtime. |
.github/workflows/smoke-copilot-container.lock.yml |
Updates compiled container workflow. |
.github/workflows/smoke-claude.md |
Updates Claude smoke runtime. |
.github/workflows/smoke-claude.lock.yml |
Updates compiled Claude smoke workflow. |
.github/workflows/smoke-claude-container.md |
Updates container Claude runtime. |
.github/workflows/smoke-claude-container.lock.yml |
Updates compiled container workflow. |
.github/workflows/smoke-codex.md |
Updates Codex smoke runtime. |
.github/workflows/smoke-codex.lock.yml |
Updates compiled Codex smoke workflow. |
.github/workflows/smoke-codex-container.md |
Updates container Codex runtime. |
.github/workflows/smoke-codex-container.lock.yml |
Updates compiled container workflow. |
Review details
Tip
Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
- Files reviewed: 19/19 changed files
- Comments generated: 0
- Review effort level: Medium
This was referenced Jul 15, 2026
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.
Closes #378
Summary
Upgrades the project's Go version from 1.23 to 1.26 across the repository.
Changes
go.mod:go 1.23.0→go 1.26.0ci.yml,release.yml,publish-main.yml,create-release-tag.yml(go-version: '1.26')smoke-{copilot,claude,codex}[-container].mdsources (runtimes.go.version: "1.26") and their compiled.lock.ymlfiles (go-version: '1.26')README.md,CLAUDE.md,AGENTS.md(Go 1.23+ → 1.26+)Notes
license-check.ymlandreplay-detection.ymlusego-version-file: go.mod, so they automatically pick up 1.26.go:1-bookwormimage tracks the latest 1.x, so it needs no change.make build/make testcould not be run here; CI will validate compilation against 1.26.