Skip to content

Add force-json flag for lodestar, bump attestantio dep #126

Add force-json flag for lodestar, bump attestantio dep

Add force-json flag for lodestar, bump attestantio dep #126

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.20.8
- 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 ./...