Skip to content

Bump github.com/ethereum/go-ethereum from 1.13.15 to 1.14.9 #25

Bump github.com/ethereum/go-ethereum from 1.13.15 to 1.14.9

Bump github.com/ethereum/go-ethereum from 1.13.15 to 1.14.9 #25

Workflow file for this run

name: Build
on:
pull_request:
push:
branches: ["main"]
jobs:
build:
name: Build
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
- uses: actions/setup-go@v5
with:
go-version: 1.23 # The Go version to download (if necessary) and use.
- name: Build CLI
run: go install