Skip to content

Bump github.com/stretchr/testify from 1.7.0 to 1.8.4 #16

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

Bump github.com/stretchr/testify from 1.7.0 to 1.8.4 #16

Workflow file for this run

name: "Go test"
on:
push:
branches: [ main ]
pull_request:
# The branches below must be a subset of the branches above
branches: [ main ]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
go: [ '1.17' ]
name: Go ${{ matrix.go }} sample
steps:
- name: Checkout Source
uses: actions/checkout@v2
- name: Setup go
uses: actions/setup-go@v2
with:
go-version: ${{ matrix.go }}
- run: go test -v ./...