Skip to content

Bump github.com/stretchr/testify from 1.7.1 to 1.9.0 #83

Bump github.com/stretchr/testify from 1.7.1 to 1.9.0

Bump github.com/stretchr/testify from 1.7.1 to 1.9.0 #83

Workflow file for this run

name: Go
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up Go
uses: actions/setup-go@v2
with:
go-version: 1.16
- name: Build
run: go build -v ./...
- name: Start MongoDB for test
uses: supercharge/mongodb-github-action@1.4.0
# - name: Test
# run: go test -v ./...