Skip to content

Bump github.com/hashicorp/go-bexpr from 0.1.10 to 0.1.14 #2132

Bump github.com/hashicorp/go-bexpr from 0.1.10 to 0.1.14

Bump github.com/hashicorp/go-bexpr from 0.1.10 to 0.1.14 #2132

Workflow file for this run

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