Skip to content

fix(deps): update module github.com/stretchr/testify to v1.8.4 #2

fix(deps): update module github.com/stretchr/testify to v1.8.4

fix(deps): update module github.com/stretchr/testify to v1.8.4 #2

Workflow file for this run

---
on:
pull_request:
branches:
- main
name: Test
jobs:
test:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ ubuntu-latest ]
go: [ '1.17', '1.18', '1.19' ]
name: Test on go ${{ matrix.go }} and ${{ matrix.os }}
steps:
- uses: actions/checkout@v3
- name: Setup go
uses: actions/setup-go@v3
with:
go-version: ${{ matrix.go }}
- run: go test