Skip to content

chore(deps): Bump github.com/stretchr/testify from 1.9.0 to 1.10.0 #9

chore(deps): Bump github.com/stretchr/testify from 1.9.0 to 1.10.0

chore(deps): Bump github.com/stretchr/testify from 1.9.0 to 1.10.0 #9

Workflow file for this run

name: Tests
on: [pull_request]
jobs:
tests:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: 1.22.5
- name: Test
run: go test -v ./...