Skip to content

Bump github.com/onsi/gomega from 1.30.0 to 1.31.1 #18

Bump github.com/onsi/gomega from 1.30.0 to 1.31.1

Bump github.com/onsi/gomega from 1.30.0 to 1.31.1 #18

Workflow file for this run

name: Bench
on:
workflow_dispatch:
pull_request:
jobs:
bench:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v3
- uses: actions/setup-go@v3
with:
go-version: '~1.20.10'
check-latest: true
- run: go mod download
shell: bash
- run: ./scripts/build_bench_precompiles.sh
shell: bash