mirror of
https://github.com/shirou/gopsutil.git
synced 2025-04-26 13:48:59 +08:00
Update github action virtual environments and golang version
Golang: 15,16 -> 16, 17 Ubuntu: 1604, 1804 -> 1804, 2004 Mac: 10.14, 11.0 -> 10.15, 11
This commit is contained in:
parent
b057cf4b84
commit
bf37f4d1ec
12
.github/workflows/test.yml
vendored
12
.github/workflows/test.yml
vendored
@ -4,8 +4,8 @@ jobs:
|
||||
test_v3_module:
|
||||
strategy:
|
||||
matrix:
|
||||
go-version: [1.15.x, 1.16.x]
|
||||
os: [ubuntu-18.04, ubuntu-16.04, windows-2019, windows-2016, macOS-10.14, macos-11.0]
|
||||
go-version: [1.16.x, 1.17.x]
|
||||
os: [ubuntu-20.04, ubuntu-18.04, windows-2019, windows-2016, macOS-10.15, macos-11]
|
||||
runs-on: ${{ matrix.os }}
|
||||
steps:
|
||||
- name: Install Go
|
||||
@ -25,8 +25,8 @@ jobs:
|
||||
GO111MODULE: off
|
||||
strategy:
|
||||
matrix:
|
||||
go-version: [1.15.x, 1.16.x]
|
||||
os: [ubuntu-18.04, ubuntu-16.04, windows-2019, windows-2016, macOS-10.14, macos-11.0]
|
||||
go-version: [1.16.x, 1.17.x]
|
||||
os: [ubuntu-20.04, ubuntu-18.04, windows-2019, windows-2016, macOS-10.15, macos-11]
|
||||
runs-on: ${{ matrix.os }}
|
||||
steps:
|
||||
- name: Install Go
|
||||
@ -50,8 +50,8 @@ jobs:
|
||||
GO111MODULE: off
|
||||
strategy:
|
||||
matrix:
|
||||
go-version: [1.15.x, 1.16.x]
|
||||
os: [ubuntu-18.04, ubuntu-16.04, windows-2019, windows-2016, macOS-10.14, macos-11.0]
|
||||
go-version: [1.16.x, 1.17.x]
|
||||
os: [ubuntu-20.04, ubuntu-18.04, windows-2019, windows-2016, macOS-10.15, macos-11]
|
||||
runs-on: ${{ matrix.os }}
|
||||
steps:
|
||||
- name: Install Go
|
||||
|
Loading…
x
Reference in New Issue
Block a user