xgo: v1.7.2#463
Conversation
There was a problem hiding this comment.
Code Review
This pull request updates several Go dependencies in go.mod and go.sum, including github.com/goplus/gogen, github.com/goplus/xgo, golang.org/x/mod, golang.org/x/tools, and golang.org/x/sync. There are no review comments, and I have no feedback to provide.
Important
The consumer version of Gemini Code Assist on GitHub is being sunset. Starting June 18, 2026, new organization installations will be blocked, and all code review activity will officially cease on July 17, 2026.
For more details on the timeline and next steps, please review the Help Documentation.
There was a problem hiding this comment.
Code Review
This PR promotes pseudo-versions to proper tagged releases and bumps standard library tooling dependencies. The changes are mechanically correct and represent good module hygiene.
Summary of changes:
goplus/xgo: pseudo-version →v1.7.2(stable release) ✓goplus/gogen: pseudo-version →v1.23.0-pre.5(pre-release, but intentional —xgo v1.7.2requires this version)golang.org/x/mod:v0.29.0→v0.32.0✓golang.org/x/tools:v0.38.0→v0.41.0✓golang.org/x/syncremoved from directrequireblock: correct, as ixgo does not import it directly; it remains transitively present ingo.sumatv0.19.0go.sumis correctly updated for all version changes
Note: github.com/goplus/gogen remains on a pre-release tag (v1.23.0-pre.5). This is an accepted constraint driven by xgo v1.7.2's own dependency requirements and is not a concern specific to this PR — downstream consumers of ixgo will transitively depend on pre-release gogen until a stable v1.23.0 is tagged.
No security, performance, or correctness issues found.
No description provided.