Skip to content

fix(deps): update go dependencies #185

fix(deps): update go dependencies

fix(deps): update go dependencies #185

Workflow file for this run

name: test
on:
pull_request:
branches: [ main ]
jobs:
test:
name: test
runs-on: ubuntu-latest
steps:
- uses: actions/setup-go@v6
with:
go-version: 1.25
- uses: actions/checkout@v5
with:
fetch-depth: 0
- run: make build
- run: make test