Skip to content

update to Go 1.25, drop Go 1.23#50

Merged
marten-seemann merged 1 commit into
masterfrom
update-go-124
Oct 11, 2025
Merged

update to Go 1.25, drop Go 1.23#50
marten-seemann merged 1 commit into
masterfrom
update-go-124

Conversation

@marten-seemann

Copy link
Copy Markdown
Member

No description provided.

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

This PR updates the Go version requirement to 1.24/1.25 and drops support for Go 1.23 across the project configuration and CI workflows.

  • Updated Go module files to require Go 1.24 instead of 1.23
  • Updated CI workflows to test against Go 1.24.x and 1.25.x instead of 1.23.x and 1.24.x
  • Updated linting workflow to use Go 1.25.x

Reviewed Changes

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

Show a summary per file
File Description
go.work Updates workspace Go version from 1.23.0 to 1.24.0
go.mod Updates module Go version requirement from 1.23 to 1.24
.github/workflows/unit.yml Updates test matrix from Go 1.23.x/1.24.x to 1.24.x/1.25.x
.github/workflows/lint.yml Updates linting Go version from 1.24.x to 1.25.x
.github/workflows/integration.yml Updates integration test matrix from Go 1.23.x/1.24.x to 1.24.x/1.25.x

Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.

@codecov

codecov Bot commented Oct 11, 2025

Copy link
Copy Markdown

Codecov Report

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

Additional details and impacted files
@@           Coverage Diff           @@
##           master      #50   +/-   ##
=======================================
  Coverage   87.98%   87.98%           
=======================================
  Files           8        8           
  Lines         674      674           
=======================================
  Hits          593      593           
  Misses         62       62           
  Partials       19       19           

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

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@marten-seemann marten-seemann merged commit ad97770 into master Oct 11, 2025
22 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