Skip to content

Bump github.com/shirou/gopsutil/v3 from 3.24.2 to 3.24.4 #36

Bump github.com/shirou/gopsutil/v3 from 3.24.2 to 3.24.4

Bump github.com/shirou/gopsutil/v3 from 3.24.2 to 3.24.4 #36

Workflow file for this run

name: Test Go
on:
pull_request:
branches: [ master ]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: '1.20'
- name: Test
run: |
go test -v -covermode=atomic -coverprofile=coverage.out
cd inMemoryQueue
go test -v -covermode=atomic -coverprofile=coverage.out