Skip to content

Bump github.com/ethereum/go-ethereum from 1.10.15 to 1.13.15 #387

Bump github.com/ethereum/go-ethereum from 1.10.15 to 1.13.15

Bump github.com/ethereum/go-ethereum from 1.10.15 to 1.13.15 #387

Workflow file for this run

name: Go
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
runs-on: ubuntu-latest
env:
GO111MODULE: on
steps:
- uses: actions/checkout@v2
- name: Set up Go
uses: actions/setup-go@v2
with:
go-version: 1.18
- name: Build
run: go build -v ./...
- name: Test
run: go test -gcflags=-l -v $(go list ./...| grep -v /example/ | grep -v /rpc)