Skip to content

Update GHA and golang version to the latest 1.22 #18

Update GHA and golang version to the latest 1.22

Update GHA and golang version to the latest 1.22 #18

Workflow file for this run

---
name: Tests
on:
push:
jobs:
unit-tests:
runs-on: ubuntu-latest
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/*