Skip to content

Bump github.com/ethereum/go-ethereum from 1.12.2 to 1.13.15 #17

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

Bump github.com/ethereum/go-ethereum from 1.12.2 to 1.13.15 #17

Workflow file for this run

name: test
on:
push:
branches:
- master
pull_request:
jobs:
test:
runs-on: ubuntu-22.04
steps:
- uses: actions/setup-go@v3
with:
go-version: '1.20'
- uses: actions/checkout@v3
- uses: n8maninger/action-golang-test@v1