Skip to content

Bump github.com/stretchr/testify from 1.9.0 to 1.10.0 (#474) #1061

Bump github.com/stretchr/testify from 1.9.0 to 1.10.0 (#474)

Bump github.com/stretchr/testify from 1.9.0 to 1.10.0 (#474) #1061

Workflow file for this run

name: test
on:
push:
tags:
- v*
branches:
- master
pull_request:
permissions:
contents: read
jobs:
test:
strategy:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
go-version: [1.18.x, 1.19.x, 1.20.x, 1.21.x]
name: go-test
runs-on: ${{ matrix.os }}
steps:
- uses: actions/setup-go@v4
with:
go-version: ${{ matrix.go-version }}
- uses: actions/checkout@v4
- name: go-test
run: go test -race -v ./...