Skip to content
This repository has been archived by the owner on Oct 22, 2024. It is now read-only.

chore(deps): bump github.com/ethereum/go-ethereum from 1.11.2 to 1.12.1 #108

chore(deps): bump github.com/ethereum/go-ethereum from 1.11.2 to 1.12.1

chore(deps): bump github.com/ethereum/go-ethereum from 1.11.2 to 1.12.1 #108

Workflow file for this run

name: go-tests
on:
pull_request:
permissions:
contents: read
jobs:
tests:
name: tests
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: bootstrap
uses: ./.github/actions/bootstrap
with:
go-tools: true
- name: Run tests
run: |
make test