pyroscope
pyroscope copied to clipboard
Support propagation of golang version for GitHub integration
We currently do always show the latest "master" source code, for golang standard library code in the Github integration.
This causes quite awkward things, like comment are using CPU resources:
We should update the GetFile call to accept a user provided golang version. We then can at least update our demos to report the golang runtime version back.