Skip to content

Bump github.com/stretchr/testify from 1.9.0 to 1.10.0 in /v2 #151

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

Bump github.com/stretchr/testify from 1.9.0 to 1.10.0 in /v2 #151

Workflow file for this run

name: Benchmarks
on: [pull_request]
jobs:
vtproto-golang:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Install Go
uses: actions/setup-go@v5
with:
go-version: "1.22"
check-latest: true
cache: true
- name: Run Benchmarks
run: make benchmark-polyglot
working-directory: v2/benchmarks