Skip to content

chore: tidy go.mod direct dependencies #4

chore: tidy go.mod direct dependencies

chore: tidy go.mod direct dependencies #4

Workflow file for this run

name: Tests
on:
push:
branches: [main]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version-file: go.mod
- run: go test ./...