Skip to content

Bump github.com/ethereum/go-ethereum from 1.12.2 to 1.13.15 #148

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

Bump github.com/ethereum/go-ethereum from 1.12.2 to 1.13.15 #148

Workflow file for this run

name: Rescue Node Proxy
on:
push:
tags:
- v*
branches:
- master
- main
pull_request:
permissions:
contents: read
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-go@v4
with:
go-version: 1.21.1
- uses: arduino/setup-protoc@v2
- run: |
go install google.golang.org/protobuf/cmd/protoc-gen-go
go get google.golang.org/grpc/cmd/protoc-gen-go-grpc
go install google.golang.org/grpc/cmd/protoc-gen-go-grpc
- run: |
make
- run: go test ./...