Skip to content

chore(deps): bump the go_modules group across 1 directory with 3 updates #45

chore(deps): bump the go_modules group across 1 directory with 3 updates

chore(deps): bump the go_modules group across 1 directory with 3 updates #45

Workflow file for this run

name: test
on:
pull_request:
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version-file: 'go.mod'
- name: Run tests
run: make test