Skip to content

Bump github.com/stretchr/testify from 1.9.0 to 1.10.0 #186

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

Bump github.com/stretchr/testify from 1.9.0 to 1.10.0 #186

Workflow file for this run

name: Build and test Go
on:
- push
- pull_request
jobs:
build:
name: Build
runs-on: ubuntu-latest
steps:
- name: Set up Go 1.20
uses: actions/setup-go@v1
with:
go-version: 1.20
- name: Check out source code
uses: actions/checkout@v1
- name: Build
run: go build
- name: Test
run: go test -test.v