Skip to content

Bump github.com/stretchr/testify from 1.7.2 to 1.8.4 #42

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

Bump github.com/stretchr/testify from 1.7.2 to 1.8.4 #42

Workflow file for this run

name: CI
on:
push:
branches: [master]
pull_request:
branches: [master]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up Go
uses: actions/setup-go@v2
with:
go-version: 1.17
- name: CI
env:
COVERALLS_TOKEN: ${{ secrets.COVERALLS_TOKEN }}
run: make ci