-
Notifications
You must be signed in to change notification settings - Fork 312
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
Finalize support of Go 1.22 #6078
Conversation
…6067) Signed-off-by: Anton Litvinov <[email protected]> (cherry picked from commit 2be055e)
Signed-off-by: Anton Litvinov <[email protected]> (cherry picked from commit 0510291)
Signed-off-by: Anton Litvinov <[email protected]> (cherry picked from commit 3d642c5)
Signed-off-by: Anton Litvinov <[email protected]> (cherry picked from commit 6ecfbd3)
Signed-off-by: Anton Litvinov <[email protected]> (cherry picked from commit 4d39c2d)
Signed-off-by: Anton Litvinov <[email protected]>
Codecov ReportAttention: Patch coverage is
❗ Your organization needs to install the Codecov GitHub app to enable full functionality. Additional details and impacted files@@ Coverage Diff @@
## master #6078 +/- ##
==========================================
- Coverage 37.92% 28.45% -9.47%
==========================================
Files 371 520 +149
Lines 20715 29987 +9272
==========================================
+ Hits 7856 8534 +678
- Misses 12075 20629 +8554
- Partials 784 824 +40 ☔ View full report in Codecov by Sentry. |
This pull request has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
This pull request has been automatically closed because it has not had activity for a long time. If this pull request is still valid, please ping a maintainer and ask them to label it as "pinned". Thank you for your contributions. |
After fixing the xgomobile 1.22.2 docker image it's finally possible to build the mobile component with Go 1.22.
Support of Go 1.22 is necessary to use an up to date gvisor (userspace network stack) with latest fixes.