Skip to content

build(deps): bump github.com/stretchr/testify from 1.8.4 to 1.9.0 (#282) #538

build(deps): bump github.com/stretchr/testify from 1.8.4 to 1.9.0 (#282)

build(deps): bump github.com/stretchr/testify from 1.8.4 to 1.9.0 (#282) #538

Workflow file for this run

name: test
on: [ push, pull_request ]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up Go
uses: actions/setup-go@v2
with:
go-version: 1.17
- name: Lint
uses: golangci/golangci-lint-action@v2
- name: Test
run: go test -race -v -short ./...