-
Notifications
You must be signed in to change notification settings - Fork 2.2k
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
all: import go telemetry and enable crash reporting #3841
Conversation
I got the following failure locally already. Keep looking.
|
Are you using a weird version of Go? |
The bump to 1.22 is problematic, 1.21 will be in the test matrix for a while. |
Imported golang.org/x/telemetry@9c0d19e to avoid go version requirement change. For go-delve#3815 For golang/go#70056
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Thanks! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Thank you! |
Imported golang.org/x/telemetry@9c0d19e to avoid
go version requirement change.
For #3815
For golang/go#70056