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

Update Go to 1.17, update dependencies #150

Merged
merged 3 commits into from
Sep 3, 2021
Merged

Update Go to 1.17, update dependencies #150

merged 3 commits into from
Sep 3, 2021

Commits on Sep 3, 2021

  1. Add //go:build tags for Go 1.17

    Run Go 1.17 gofmt to add //go:build tags.
    tklauser committed Sep 3, 2021
    Configuration menu
    Copy the full SHA
    73e8486 View commit details
    Browse the repository at this point in the history
  2. Use Go 1.17 in CI

    Also drop tests for 1.13 and 1.14, these are no longer supported
    upstream. Keep 1.12 though as this is the mimimum supported version for
    gops.
    tklauser committed Sep 3, 2021
    Configuration menu
    Copy the full SHA
    9623c09 View commit details
    Browse the repository at this point in the history
  3. go.mod, vendor: update dependencies

    Update direct dependencies to the following versions:
    
      github.com/shirou/gopsutil/v3 v3.21.8
      golang.org/x/sys v0.0.0-20210902050250-f475640dd07b
    tklauser committed Sep 3, 2021
    Configuration menu
    Copy the full SHA
    a4a925f View commit details
    Browse the repository at this point in the history