Skip to content

If you build with Ubuntu 22.04 the binary won't work on 20.04... #20

If you build with Ubuntu 22.04 the binary won't work on 20.04...

If you build with Ubuntu 22.04 the binary won't work on 20.04... #20

Workflow file for this run

---
name: Tests
on:
push:
jobs:
unit-tests:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: '1.22'
check-latest: true
- name: Test
run: |
go test -v tests/*