You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
╭─ user@mb-pro ~
╰─➤ go version
go version go1.22.2 darwin/arm64
╭─ user@mb-pro ~
╰─➤ gotraceui --version
gotraceui v0.4.0
╭─ user@mb-pro ~
╰─➤ gotraceui trace.out
But sadly it is resulting in an unsupported trace version.
Is Go v1.22 not supported? I pulled the source code, but couldn't actually see where the error is coming from.
I read through the manual and did not see explicit instructions on how to bundle up the tool after changing the source code to try out changes, but if those are provided, I'm more than happy to investigate and push up a PR. I would love that actually.
The text was updated successfully, but these errors were encountered:
I have generated a trace file doing:
I am then trying to load it in in this way:
But sadly it is resulting in an unsupported trace version.
Is Go v1.22 not supported? I pulled the source code, but couldn't actually see where the error is coming from.
I read through the manual and did not see explicit instructions on how to bundle up the tool after changing the source code to try out changes, but if those are provided, I'm more than happy to investigate and push up a PR. I would love that actually.
The text was updated successfully, but these errors were encountered: