Skip to content

feat(deps): Bump github.com/alecthomas/assert/v2 from 2.4.1 to 2.5.0 #91

feat(deps): Bump github.com/alecthomas/assert/v2 from 2.4.1 to 2.5.0

feat(deps): Bump github.com/alecthomas/assert/v2 from 2.4.1 to 2.5.0 #91

Workflow file for this run

name: test
on: [push, pull_request]
jobs:
test:
strategy:
fail-fast: false
matrix:
go: [ ~1.19, ^1 ]
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: ${{ matrix.go }}
- run: go test ./...