Skip to content

Bump github.com/ethereum/go-ethereum from 1.14.7 to 1.14.11 #89

Bump github.com/ethereum/go-ethereum from 1.14.7 to 1.14.11

Bump github.com/ethereum/go-ethereum from 1.14.7 to 1.14.11 #89

Workflow file for this run

---
name: Test
on:
push:
branches:
- main
pull_request:
jobs:
test:
strategy:
matrix:
go-version: [ 1.22.x ]
goarch: [ "amd64" ]
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v3
- name: Install Go
uses: actions/setup-go@v3
with:
go-version: ${{ matrix.go-version }}
env:
GOARCH: ${{ matrix.goarch }}
- name: Test
run: make test
working-directory: ./