Skip to content

Update module github.com/stretchr/testify to v1.10.0 #38

Update module github.com/stretchr/testify to v1.10.0

Update module github.com/stretchr/testify to v1.10.0 #38

name: CI for pull request
on:
pull_request:
jobs:
test-go:
strategy:
matrix:
version: [stable, oldstable]
uses: ./.github/workflows/wf-test-go.yml
with:
go-version: ${{ matrix.version }}