Skip to content

chore(deps): bump github.com/ethereum/go-ethereum from 1.16.5 to 1.16.8 in the go_modules group across 1 directory #71

chore(deps): bump github.com/ethereum/go-ethereum from 1.16.5 to 1.16.8 in the go_modules group across 1 directory

chore(deps): bump github.com/ethereum/go-ethereum from 1.16.5 to 1.16.8 in the go_modules group across 1 directory #71

Workflow file for this run

name: Test
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
test:
name: Test
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version-file: 'go.mod'
- name: Run tests
run: make test