Skip to content

Chore: (deps): bump github.com/stretchr/testify from 1.9.0 to 1.10.0 #290

Chore: (deps): bump github.com/stretchr/testify from 1.9.0 to 1.10.0

Chore: (deps): bump github.com/stretchr/testify from 1.9.0 to 1.10.0 #290

Workflow file for this run

name: build-and-test-darwin
on:
pull_request:
branches:
- main
push:
branches:
- main
jobs:
build-and-test:
runs-on: macos-12
steps:
- name: Git checkout
uses: actions/checkout@v4
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version-file: 'go.mod'
- run: go version
- run: go env
- run: go test ./...
- run: go build