Skip to content
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

goprocess: use debug/buildinfo on Go 1.18 and newer #166

Merged
merged 2 commits into from May 4, 2022

Commits on May 4, 2022

  1. Update CI to Go 1.18

    Also only test on the minimum supported version (currently Go 1.12) and
    the latest two versions supported by the Go project.
    tklauser committed May 4, 2022
    Copy the full SHA
    0022066 View commit details
    Browse the repository at this point in the history
  2. goprocess: use debug/buildinfo on Go 1.18 and newer

    Use package debug/buildinfo [1] introduced in Go 1.18 [2] when possible.
    This should avoid previous issues with rsc.io/goversion where Go
    processes were no longer listed.
    
    [1] https://pkg.go.dev/debug/buildinfo
    [2] https://go.dev/doc/go1.18#debug/buildinfo
    
    For #102
    For #159
    For #160
    tklauser committed May 4, 2022
    Copy the full SHA
    52f666a View commit details
    Browse the repository at this point in the history