Skip to content

Build/test with latest Go 1.22 for arm64 rather than x86 #19

Build/test with latest Go 1.22 for arm64 rather than x86

Build/test with latest Go 1.22 for arm64 rather than x86 #19

Workflow file for this run

name: build
on: [push, pull_request]
jobs:
tests:
name: UTs ${{ matrix.os }}
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [windows-latest, ubuntu-latest, macos-latest]
steps:
- uses: actions/checkout@v4
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version-file: 'go.mod'
- name: Test
run: go test ./...