We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
godeltaprof build tags in internal/ specify Go behaviour only up to 1.21, not including the upcoming Go 1.22: https://github.com/grafana/pyroscope-go/tree/main/godeltaprof/internal/pprof
internal/
Please add support also for Go 1.22
Eg, a test build with Go 1.22
reported:
# github.com/pyroscope-io/godeltaprof/internal/pprof /Users/brew/Library/Caches/Homebrew/go_mod_cache/pkg/mod/github.com/pyroscope-io/godeltaprof@v0.1.2/internal/pprof/delta_mutex.go:25:20: undefined: runtime_cyclesPerSecond /Users/brew/Library/Caches/Homebrew/go_mod_cache/pkg/mod/github.com/pyroscope-io/godeltaprof@v0.1.2/internal/pprof/proto.go:400:8: undefined: runtime_expandFinalInlineFrame
In this case the reference to the new go module location is being updated in
but this will not solve the Go 1.22 support until it is added here.
The text was updated successfully, but these errors were encountered:
Ah, i found
so this should be already taken care of.
Sorry, something went wrong.
No branches or pull requests
godeltaprof build tags in
internal/
specify Go behaviour only up to 1.21, not including the upcoming Go 1.22:https://github.com/grafana/pyroscope-go/tree/main/godeltaprof/internal/pprof
Please add support also for Go 1.22
Eg, a test build with Go 1.22
reported:
In this case the reference to the new go module location is being updated in
but this will not solve the Go 1.22 support until it is added here.
The text was updated successfully, but these errors were encountered: