Skip to content

chore(ci): improve go version management in CI#806

Merged
samber merged 4 commits intomasterfrom
chore/improve-ci-go-version
Feb 21, 2026
Merged

chore(ci): improve go version management in CI#806
samber merged 4 commits intomasterfrom
chore/improve-ci-go-version

Conversation

@samber
Copy link
Owner

@samber samber commented Feb 21, 2026

No description provided.

Copilot AI review requested due to automatic review settings February 21, 2026 16:27
@codecov
Copy link

codecov bot commented Feb 21, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 92.03%. Comparing base (7cb99df) to head (77b96a2).
⚠️ Report is 1 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff             @@
##           master     #806      +/-   ##
==========================================
- Coverage   94.32%   92.03%   -2.30%     
==========================================
  Files          18       32      +14     
  Lines        2857     4205    +1348     
==========================================
+ Hits         2695     3870    +1175     
- Misses        148      256     +108     
- Partials       14       79      +65     
Flag Coverage Δ
unittests 92.03% <ø> (-2.30%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ 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.

Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull request overview

Updates GitHub Actions workflows to manage Go versions more consistently across CI by expanding the test matrix and deriving Go versions from go.mod where appropriate.

Changes:

  • Extend the Go test matrix (add 1.26, replace 1.x with latest) and run coverage/Codecov only on latest.
  • Switch release.yml and lint.yml to use actions/setup-go with go-version-file: go.mod instead of a hard-coded Go version.

Reviewed changes

Copilot reviewed 3 out of 3 changed files in this pull request and generated 1 comment.

File Description
.github/workflows/test.yml Adds newer Go targets and gates coverage/Codecov to run only on the latest matrix entry.
.github/workflows/release.yml Uses go.mod as the source of truth for the Go version during releases.
.github/workflows/lint.yml Uses go.mod as the source of truth for the Go version during linting (but currently breaks due to step order).

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

@samber samber force-pushed the chore/improve-ci-go-version branch from 317d235 to 77b96a2 Compare February 21, 2026 16:37
@samber samber merged commit 3e269f8 into master Feb 21, 2026
12 checks passed
@samber samber deleted the chore/improve-ci-go-version branch February 21, 2026 16:39
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