Skip to content

build(deps): bump github.com/stretchr/testify from 1.7.1 to 1.7.2 #1956

build(deps): bump github.com/stretchr/testify from 1.7.1 to 1.7.2

build(deps): bump github.com/stretchr/testify from 1.7.1 to 1.7.2 #1956

Workflow file for this run

name: build
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2.4.0
# Setup Go
- name: Setup Go
uses: actions/setup-go@v2
with:
go-version: '1.17.5' # The Go version to download (if necessary) and use.
# Run testing on the code
- name: Run testing
run: go test -v -cover ./...