Skip to content

build(deps): bump the gomod group with 5 updates #145

build(deps): bump the gomod group with 5 updates

build(deps): bump the gomod group with 5 updates #145

Workflow file for this run

name: tests
on:
push:
branches:
- main
pull_request:
jobs:
test:
name: Run tests
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Setup Go environment
uses: actions/setup-go@v5
with:
go-version: '1.21'
- name: run tests
run: go test ./...