Bump github.com/bytedance/sonic to v1.14.0 for Go 1.25 compatibility#6348
Bump github.com/bytedance/sonic to v1.14.0 for Go 1.25 compatibility#6348dwisiswant0 merged 2 commits intoprojectdiscovery:devfrom stefanb:go-1.25
Conversation
Fixes #6335 by using https://github.com/bytedance/sonic/releases/tag/v1.14.0 $ go get github.com/bytedance/sonic@v1.14.0 && go mod tidy go: upgraded github.com/bytedance/sonic v1.13.3 => v1.14.0 go: upgraded github.com/bytedance/sonic/loader v0.2.4 => v0.3.0
WalkthroughThe dependency versions for Changes
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~3 minutes Assessment against linked issues
Assessment against linked issues: Out-of-scope changesNo out-of-scope changes detected. Poem
Note ⚡️ Unit Test Generation is now available in beta!Learn more here, or try it out under "Finishing Touches" below. 📜 Recent review detailsConfiguration used: CodeRabbit UI 📒 Files selected for processing (1)
✅ Files skipped from review due to trivial changes (1)
✨ Finishing Touches
🧪 Generate unit tests
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 (
|
Signed-off-by: Dwi Siswanto <git@dw1.io>
| // | ||
| // On supported platforms; Linux, Darwin, or Windows on amd64, or on arm64 with | ||
| // Go >= 1.20 and <= 1.24, the package uses the high-performance [sonic] library. | ||
| // Go >= 1.20 and <= 1.25, the package uses the high-performance [sonic] library. |
…6348) * Bump github.com/bytedance/sonic to v1.14.0 for Go 1.25 compatibility Fixes #6335 by using https://github.com/bytedance/sonic/releases/tag/v1.14.0 $ go get github.com/bytedance/sonic@v1.14.0 && go mod tidy go: upgraded github.com/bytedance/sonic v1.13.3 => v1.14.0 go: upgraded github.com/bytedance/sonic/loader v0.2.4 => v0.3.0 * doc(json): update supported plats Signed-off-by: Dwi Siswanto <git@dw1.io> --------- Signed-off-by: Dwi Siswanto <git@dw1.io> Co-authored-by: Dwi Siswanto <git@dw1.io>
|
go install -v github.com/bytedance/sonic@v1.14.0 && go mod tidy go get not working also |
Proposed changes
Fixes #6335
by using https://github.com/bytedance/sonic/releases/tag/v1.14.0
Log:
Related:
Checklist
Summary by CodeRabbit