Skip to content

build(deps): bump github.com/ethereum/go-ethereum from 1.14.7 to 1.14.8 #718

build(deps): bump github.com/ethereum/go-ethereum from 1.14.7 to 1.14.8

build(deps): bump github.com/ethereum/go-ethereum from 1.14.7 to 1.14.8 #718

Workflow file for this run

name: Build
on:
pull_request:
jobs:
build-pr:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: '1.21'
- name: Build Binary
run: |
make build