Skip to content

Bump github.com/ethereum/go-ethereum from 1.12.0 to 1.13.5 #28

Bump github.com/ethereum/go-ethereum from 1.12.0 to 1.13.5

Bump github.com/ethereum/go-ethereum from 1.12.0 to 1.13.5 #28

Workflow file for this run

name: Test
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: '^1.21'
- name: Build
run: make build
- name: Test
run: go test -v -race ./...