Skip to content

update to Go 1.26, drop Go 1.24#117

Merged
marten-seemann merged 1 commit into
masterfrom
go126
Feb 12, 2026
Merged

update to Go 1.26, drop Go 1.24#117
marten-seemann merged 1 commit into
masterfrom
go126

Conversation

@marten-seemann

Copy link
Copy Markdown
Member

No description provided.

@codecov

codecov Bot commented Feb 12, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 72.90%. Comparing base (c0957a2) to head (fc2833c).
⚠️ Report is 1 commits behind head on master.

Additional details and impacted files
@@           Coverage Diff           @@
##           master     #117   +/-   ##
=======================================
  Coverage   72.90%   72.90%           
=======================================
  Files           4        4           
  Lines         406      406           
=======================================
  Hits          296      296           
  Misses         70       70           
  Partials       40       40           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

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 repository’s supported Go toolchain versions in line with the project’s “latest two Go releases” policy by dropping Go 1.24 and adding Go 1.26 across module configuration and CI.

Changes:

  • Bumped go.mod minimum Go version from 1.24 to 1.25.
  • Updated unit test CI matrix to run on Go 1.25.x and 1.26.x (dropping 1.24.x).
  • Updated lint workflow to run on Go 1.26.x.

Reviewed changes

Copilot reviewed 3 out of 3 changed files in this pull request and generated no comments.

File Description
go.mod Raises the module’s minimum Go version to 1.25 (dropping 1.24).
.github/workflows/unit.yml Updates CI test matrix to cover Go 1.25 and 1.26.
.github/workflows/lint.yml Runs lint checks using Go 1.26.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@marten-seemann marten-seemann merged commit 0e5711e into master Feb 12, 2026
26 checks passed
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.

2 participants