-
-
Notifications
You must be signed in to change notification settings - Fork 1.9k
🧹 chore: Update minimum go version to 1.24 #3481
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
🧹 chore: Update minimum go version to 1.24 #3481
The head ref may contain hidden characters: "codex/\u00E4ndere-golang-version-auf-1.24-und-aktualisiere-workflows"
Conversation
WalkthroughThe documentation for Fiber v3 has been updated to raise the minimum required Go version from 1.23 to 1.24. This update is reflected in the README, installation instructions, limitations, and the "What's New" documentation. Additionally, numerous benchmark test loops across various packages have been refactored to use the idiomatic Changes
Possibly related PRs
Suggested reviewers
Poem
📜 Recent review detailsConfiguration used: CodeRabbit UI 📒 Files selected for processing (1)
🚧 Files skipped from review as they are similar to previous changes (1)
⏰ Context from checks skipped due to timeout of 90000ms (4)
✨ Finishing Touches
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
SupportNeed help? Create a ticket on our support page for assistance with any issues or questions. Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
There was a problem hiding this comment.
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 minimum Go version to 1.24 across documentation and CI configurations.
- Bumps the
godirective ingo.modto 1.24 - Updates all references in docs and README from “1.23” to “1.24”
- Adjusts GitHub Actions workflows to only target Go 1.24.x
Reviewed Changes
Copilot reviewed 7 out of 7 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| go.mod | Updated Go version directive to 1.24.0 |
| docs/whats_new.md | Adjusted dropped Go version requirement |
| docs/intro.md | Updated installation requirement text |
| .github/workflows/test.yml | Removed 1.23.x from test matrix and coverage filter |
| .github/workflows/linter.yml | Updated setup-go version to 1.24.x |
| .github/workflows/benchmark.yml | Updated setup-go version to 1.24.x |
| .github/README.md | Updated installation and compatibility notes |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #3481 +/- ##
==========================================
- Coverage 84.35% 83.74% -0.61%
==========================================
Files 120 120
Lines 12190 12215 +25
==========================================
- Hits 10283 10230 -53
- Misses 1477 1561 +84
+ Partials 430 424 -6
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Summary
Testing
go test ./...(fails: proxyconnect tcp: dial tcp 172.26.0.3:8080: connect: no route to host)