Skip to content

v0.4.5; web3 added eth_chainId as allowec method #134

v0.4.5; web3 added eth_chainId as allowec method

v0.4.5; web3 added eth_chainId as allowec method #134

Workflow file for this run

name: Go
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up Go
uses: actions/setup-go@v2
with:
go-version: 1.21
- name: Go lint
run: make golint
- name: Test
run: make test