update gopsutil to use the v3 API (#11638)

This commit is contained in:
Harshavardhana
2021-03-01 00:15:46 -08:00
committed by GitHub
parent 23f7ab40b3
commit 0b9c17443e
7 changed files with 20 additions and 42 deletions

View File

@@ -11,7 +11,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
go-version: [1.15.x, 1.16.x]
go-version: [1.16.x]
os: [ubuntu-latest, windows-latest]
steps:
- uses: actions/checkout@v2