Update Go version for macOS-latest compatibility - #180
Conversation
macOS-latest runners no longer support Go 1.22 and below. This updates the minimum Go version to 1.23 and tests through 1.27.
PR SummaryLow Risk Overview The unit test workflow matrix shifts from 1.20–1.23 to 1.23–1.27 across ubuntu, macOS, and Windows. The Codecov job’s Reviewed by Cursor Bugbot for commit 0a26d14. Configure here. |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #180 +/- ##
==========================================
+ Coverage 64.44% 68.88% +4.44%
==========================================
Files 1 1
Lines 45 45
==========================================
+ Hits 29 31 +2
+ Misses 14 13 -1
+ Partials 2 1 -1 ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
Update Go version to 1.23+ for macOS-latest compatibility
macOS-latest runners no longer support Go 1.22 and below. This updates
the minimum Go version to 1.23 and tests through 1.27.
This PR updates the Go version to ensure compatibility with
macos-latestin GitHub Actions, which no longer supports Go 1.22.Changes:
go.modto require Go 1.23 or higherThis ensures the project works with current GitHub Actions runners.