ambiguous-pointer opened a new pull request, #1532: URL: https://github.com/apache/dubbo-admin/pull/1532
Fixes #1529 The ai module fails to build on Go >= 1.26 hosts because the transitive dependency bytedance/sonic v1.14.1 binds to the old map internals via //go:linkname (undefined: GoMapIterator). v1.15.0 fixed it upstream (bytedance/sonic#898). Upgraded sonic to v1.15.0 plus sonic/loader v0.5.0 and cloudwego/base64x v0.1.6 per go mod tidy. Verified with go1.26.4: go build passes, server starts, SSE chat works end-to-end (qwen3.7-max, 4,674 tokens). **Please provide a description of this PR:** **To help us figure out who should review this PR, please put an X in all the areas that this PR affects.** - [ ] Docs - [ ] Installation - [ ] User Experience - [ ] Dubboctl - [ ] Console - [ ] Core Component **Please check any characteristics that apply to this pull request.** -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
