Skip to content

Bump the go-mod group across 1 directory with 4 updates #68

Bump the go-mod group across 1 directory with 4 updates

Bump the go-mod group across 1 directory with 4 updates #68

Workflow file for this run

name: gotest
on:
pull_request:
branches: ["**"]
jobs:
tests:
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