Skip to content
This repository has been archived by the owner on Nov 14, 2023. It is now read-only.

Bump github.com/shirou/gopsutil/v3 from 3.22.12 to 3.23.10 #432

Bump github.com/shirou/gopsutil/v3 from 3.22.12 to 3.23.10

Bump github.com/shirou/gopsutil/v3 from 3.22.12 to 3.23.10 #432

Workflow file for this run

name: Test
on: [push, pull_request]
jobs:
test:
strategy:
matrix:
os: [ubuntu-20.04, ubuntu-latest, macos-11, macos-latest, windows-2019, windows-latest]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@83b7061638ee4956cf7545a6f7efe594e5ad0247
- uses: actions/setup-go@4d34df0c2316fe8122ab82dc22947d607c0c91f9
with:
go-version: 1.17.x
- name: Test
run: go test ./...