Skip to content

ci: update Go version support to 1.25+ across CI and docs#4550

Merged
appleboy merged 2 commits intogin-gonic:masterfrom
appleboy:1.25
Feb 28, 2026
Merged

ci: update Go version support to 1.25+ across CI and docs#4550
appleboy merged 2 commits intogin-gonic:masterfrom
appleboy:1.25

Conversation

@appleboy
Copy link
Copy Markdown
Member

  • Remove Go 1.24 from CI test matrix to only support 1.25 and 1.26
  • Update documentation to require Go version 1.25 or above

- Remove Go 1.24 from CI test matrix to only support 1.25 and 1.26
- Update documentation to require Go version 1.25 or above

Signed-off-by: appleboy <appleboy.tw@gmail.com>
Copilot AI review requested due to automatic review settings February 28, 2026 08:21
@appleboy appleboy added this to the v1.12 milestone Feb 28, 2026
@codecov
Copy link
Copy Markdown

codecov Bot commented Feb 28, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 98.79%. Comparing base (3dc1cd6) to head (d377fae).
⚠️ Report is 261 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #4550      +/-   ##
==========================================
- Coverage   99.21%   98.79%   -0.42%     
==========================================
  Files          42       46       +4     
  Lines        3182     3080     -102     
==========================================
- Hits         3157     3043     -114     
- Misses         17       28      +11     
- Partials        8        9       +1     
Flag Coverage Δ
?
--ldflags="-checklinkname=0" -tags sonic 98.78% <100.00%> (?)
-tags go_json 98.65% <100.00%> (?)
-tags nomsgpack 98.71% <100.00%> (?)
go-1.18 ?
go-1.19 ?
go-1.20 ?
go-1.21 ?
go-1.25 98.73% <100.00%> (?)
go-1.26 98.79% <100.00%> (?)
macos-latest 98.73% <100.00%> (-0.49%) ⬇️
ubuntu-latest 98.79% <100.00%> (-0.42%) ⬇️

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
Copy Markdown
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 the repository’s stated and tested Go version support to align with a Go 1.25+ minimum.

Changes:

  • Update README prerequisites to require Go 1.25 or newer.
  • Remove Go 1.24 from the GitHub Actions test matrix (tests run on 1.25 and 1.26 only).

Reviewed changes

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

File Description
README.md Updates documented minimum Go version to 1.25+.
.github/workflows/gin.yml Drops Go 1.24 from CI test matrix.

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

Comment thread README.md
- Update minimum required Go version for Gin from 1.24 to 1.25
- Revise related warning message and test expectations to match new version requirement

Signed-off-by: appleboy <appleboy.tw@gmail.com>
@appleboy appleboy merged commit ae3f524 into gin-gonic:master Feb 28, 2026
26 of 27 checks passed
@appleboy appleboy deleted the 1.25 branch February 28, 2026 09:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants