Skip to content

Bump github.com/ethereum/go-ethereum from 1.12.2 to 1.13.2 #2

Bump github.com/ethereum/go-ethereum from 1.12.2 to 1.13.2

Bump github.com/ethereum/go-ethereum from 1.12.2 to 1.13.2 #2

Workflow file for this run

name: unit-tests
on:
push:
branches:
- master
pull_request:
jobs:
Test:
name: Test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-go@v4
with:
go-version: '1.21'
- name: Test
run: make tests