Skip to content

build(deps): bump github.com/ethereum/go-ethereum from 1.12.2 to 1.13.0 #39

build(deps): bump github.com/ethereum/go-ethereum from 1.12.2 to 1.13.0

build(deps): bump github.com/ethereum/go-ethereum from 1.12.2 to 1.13.0 #39

Workflow file for this run

name: test
on:
push:
branches:
- "main"
pull_request:
branches:
- "main"
workflow_dispatch:
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v4
- run: go build -v
- run: go test -v ./...