Skip to content

Bump github.com/stretchr/testify from 1.8.4 to 1.9.0 #163

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

Bump github.com/stretchr/testify from 1.8.4 to 1.9.0 #163

Workflow file for this run

on: [push, pull_request]
name: Test
permissions:
contents: read
jobs:
test:
name: Test Go ${{ matrix.go }}
runs-on: ubuntu-20.04
strategy:
matrix:
go: ['1.20', '1.19']
steps:
- uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608
- name: Setup Go
uses: actions/setup-go@v4
with:
go-version: ${{ matrix.go }}
- name: Test
run: go test ./...