Skip to content

Bump github.com/stretchr/testify from 1.10.0 to 1.11.0 (#65) #133

Bump github.com/stretchr/testify from 1.10.0 to 1.11.0 (#65)

Bump github.com/stretchr/testify from 1.10.0 to 1.11.0 (#65) #133

Workflow file for this run

name: CI
on:
push:
branches:
- main
pull_request:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
- uses: actions/setup-go@v5
with:
go-version-file: go.mod
cache: true
- name: run tests
run: go test -v ./...