Skip to content

.github/workflows: test against Go 1.27 - #498

Merged
hajimehoshi merged 1 commit into
ebitengine:mainfrom
hajimehoshi:claude/go-1-27-version-update-365997
Aug 20, 2026
Merged

.github/workflows: test against Go 1.27#498
hajimehoshi merged 1 commit into
ebitengine:mainfrom
hajimehoshi:claude/go-1-27-version-update-365997

Conversation

@hajimehoshi

Copy link
Copy Markdown
Member

What issue is this addressing?

None

What type of issue is this addressing?

feature

What this PR does | solves

Go 1.27 has been released, so the CI matrix no longer needs to pin the release candidate. This replaces 1.27.0-rc.2 with 1.27.x in the three job matrices in .github/workflows/test.yml, matching the style of the existing 1.25.x / 1.26.x entries.

The if: startsWith(matrix.go, '1.27.') guard for the Linux minor-architecture build still matches 1.27.x, so it is unchanged.

Authored by Claude (Claude Code), on behalf of @hajimehoshi.

Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>

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 GitHub Actions CI workflow to test against the stable Go 1.27 release line instead of a pinned 1.27 release candidate, keeping the Go version matrix consistent with the existing 1.25.x / 1.26.x style.

Changes:

  • Replace 1.27.0-rc.2 with 1.27.x in the Go version matrices for the main test job, Linux minor-architecture job, and Android job.
  • Keep the Linux minor-architecture guard startsWith(matrix.go, '1.27.'), which still matches 1.27.x.

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

@TotallyGamerJet TotallyGamerJet left a comment

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

LGTM!

@hajimehoshi
hajimehoshi merged commit 7d5f4c2 into ebitengine:main Aug 20, 2026
25 checks passed
@hajimehoshi
hajimehoshi deleted the claude/go-1-27-version-update-365997 branch August 20, 2026 12:46
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