Skip to content

chore(deps): bump github.com/stretchr/testify from 1.8.4 to 1.9.0 #187

chore(deps): bump github.com/stretchr/testify from 1.8.4 to 1.9.0

chore(deps): bump github.com/stretchr/testify from 1.8.4 to 1.9.0 #187

Workflow file for this run

name: Test
on:
pull_request:
jobs:
go-test:
name: Go Test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: '1.20'
- run: go test -v ./...