Skip to content

chore: updates and fixes (#47) #91

chore: updates and fixes (#47)

chore: updates and fixes (#47) #91

Workflow file for this run

on: [push, pull_request]
name: Test
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/setup-go@v3
with:
go-version: 1.25.x
- uses: actions/checkout@v3
- run: go test ./...