Skip to content

Bump github.com/stretchr/testify from 1.8.1 to 1.9.0 #198

Bump github.com/stretchr/testify from 1.8.1 to 1.9.0

Bump github.com/stretchr/testify from 1.8.1 to 1.9.0 #198

Workflow file for this run

name: test
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
run-tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up Go
uses: actions/setup-go@v3
with:
go-version: "1.22"
- name: Test
run: go test -v ./...