Skip to content

CI: Update GitHub Actions Go matrix to 1.24–1.26#1763

Merged
methane merged 2 commits intomasterfrom
copilot/update-go-version-1-24-to-1-26
Apr 21, 2026
Merged

CI: Update GitHub Actions Go matrix to 1.24–1.26#1763
methane merged 2 commits intomasterfrom
copilot/update-go-version-1-24-to-1-26

Conversation

Copy link
Copy Markdown
Contributor

Copilot AI commented Apr 21, 2026

This updates the GitHub Actions Go test matrix to cover versions 1.24 through 1.26. The workflow now treats 1.26 as the primary version and keeps 1.25/1.24 as compatibility coverage.

  • Go version matrix update

    • Updated .github/workflows/test.yml Go version list from 1.24, 1.23, 1.22 to 1.26, 1.25, 1.24.
    • Preserved existing matrix behavior (go[0] as primary full matrix target, go[1:] for compatibility checks).
  • Workflow behavior preserved

    • No changes to OS/MySQL matrix shape, job graph, or test commands.
    • Change is scoped to Go version selection only.
go = [
    '1.26',
    '1.25',
    '1.24',
]

@methane methane marked this pull request as ready for review April 21, 2026 10:03
@methane methane enabled auto-merge (squash) April 21, 2026 10:05
@coveralls
Copy link
Copy Markdown

Coverage Status

coverage: 82.496% (-0.1%) from 82.596% — copilot/update-go-version-1-24-to-1-26 into master

@methane methane merged commit 688ce56 into master Apr 21, 2026
72 checks passed
@methane methane deleted the copilot/update-go-version-1-24-to-1-26 branch April 21, 2026 12:05
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.

4 participants