Skip to content

Bump github.com/stretchr/testify from 1.8.2 to 1.8.4 #105

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

Bump github.com/stretchr/testify from 1.8.2 to 1.8.4 #105

Workflow file for this run

on: [push, pull_request]
name: Tests
jobs:
test:
strategy:
matrix:
go-version: [1.16.x, 1.17.x]
platform: [ubuntu-latest, macos-latest, windows-latest]
runs-on: ${{ matrix.platform }}
steps:
- name: Install Go
uses: actions/setup-go@v1
with:
go-version: ${{ matrix.go-version }}
- name: Checkout code
uses: actions/checkout@v2
- name: Test
run: go test ./...