Skip to content

fix #112 (#113)

fix #112 (#113) #101

Workflow file for this run

name: Test 32-bit arch
on: [push]
jobs:
test:
strategy:
matrix:
go-version: [ 1.19.x, 1.22.x ]
runs-on: ubuntu-latest
steps:
- name: Set up Go 1.x
uses: actions/setup-go@v5
with:
go-version: ${{ matrix.go-version }}
id: go
- name: Check out code into the Go module directory
uses: actions/checkout@v4
- name: Test 32-bit arch
run: make test.32-bit