Skip to content

Bump github.com/stretchr/testify from 1.8.4 to 1.9.0 #10

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

Bump github.com/stretchr/testify from 1.8.4 to 1.9.0 #10

Workflow file for this run

name: Go
on: [pull_request]
jobs:
build:
runs-on: macos-13
steps:
- uses: actions/checkout@v3
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: '1.21'
- name: Build
run: go build ./...
- name: Test
run: go test -v -race ./...