Skip to content

build(deps): bump the go-dev-dependencies group with 6 updates #495

build(deps): bump the go-dev-dependencies group with 6 updates

build(deps): bump the go-dev-dependencies group with 6 updates #495

Workflow file for this run

name: Test
on:
push:
branches:
- main
pull_request:
jobs:
test:
name: test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: ./.github/actions/go-setup
- run: |
go test -v ./...