-
Notifications
You must be signed in to change notification settings - Fork 367
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
Incompatible with Go 1.23, which doesn't allow //go:linkname to internal symbols, including to net package #247
Comments
|
use "go" again after nxtrace/NTrace-core#247 is fixed and released Follow-up to #175310
69588b0 |
Legit, but interesting to see that |
After weighing the options, this seems like the best choice. |
FYI, go 1.24 is around the corner (1.24rc2 already released) so you might want to give it a quick test. |
While testing Go 1.23 rc1 in
there was an error:
Go 1.23 no longer allows
//go:linkname * net.*
link instructioins, seeIt is used several times in this module, see:
NTrace-core/trace/internal/icmp_darwin.go
Lines 14 to 18 in c1cd802
The text was updated successfully, but these errors were encountered: