Skip to content

Bump golang.org/x/net from 0.17.0 to 0.23.0 in /benchmarks #13

Bump golang.org/x/net from 0.17.0 to 0.23.0 in /benchmarks

Bump golang.org/x/net from 0.17.0 to 0.23.0 in /benchmarks #13

Workflow file for this run

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