Skip to content

Bump github.com/ethereum/go-ethereum from 1.13.8 to 1.14.8 #2405

Bump github.com/ethereum/go-ethereum from 1.13.8 to 1.14.8

Bump github.com/ethereum/go-ethereum from 1.13.8 to 1.14.8 #2405

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.12"
check-latest: true
- run: go mod download
shell: bash
- run: ./scripts/build_bench_precompiles.sh
shell: bash