Skip to content

machine samples diskRW number of bytes now #37

machine samples diskRW number of bytes now

machine samples diskRW number of bytes now #37

Workflow file for this run

name: go-linux
on: [push]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
go-version: ['1.21', '1.22', '1.23']
steps:
- uses: actions/checkout@v4
- name: setup go ${{matrix.go-version}}
uses: actions/setup-go@v5
with:
go-version: ${{matrix.go-version}}
- name: go version
run: go version
- name: go test
run: go test ./...