Skip to content

Bump github.com/stretchr/testify from 1.8.1 to 1.9.0 #344

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

Bump github.com/stretchr/testify from 1.8.1 to 1.9.0 #344

Workflow file for this run

on: [push, pull_request]
name: Build
jobs:
build:
runs-on: ubuntu-latest
name: build
steps:
- uses: actions/checkout@v2
- uses: actions/setup-go@v2
with:
go-version: 1.18
- run: go build ./...