Skip to content

build(deps): bump the go-modules group across 1 directory with 2 upda… #9

build(deps): bump the go-modules group across 1 directory with 2 upda…

build(deps): bump the go-modules group across 1 directory with 2 upda… #9

Workflow file for this run

name: Test
on:
push:
branches:
- main
pull_request:
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: '1.22'
- name: Run tests
run: go test ./...