Skip to content

Bump github.com/libp2p/go-libp2p from 0.23.4 to 0.27.8 #68

Bump github.com/libp2p/go-libp2p from 0.23.4 to 0.27.8

Bump github.com/libp2p/go-libp2p from 0.23.4 to 0.27.8 #68

Workflow file for this run

name: Build and check
on:
- push
jobs:
build:
runs-on: [self-hosted, linux, x64]
steps:
- name: Checkout
uses: actions/checkout@v2
with:
submodules: true
- uses: actions/setup-go@v2
with:
go-version: '^1.19'
- name: Test
run: make test
env:
LOTUS_URL: ${{ secrets.LOTUS_URL_DEVNET }}
AUTH_JWT: ${{ secrets.LOTUS_JWT_DEVNET }}
checks:
runs-on: [self-hosted, linux, x64]
steps:
- name: Checkout
uses: actions/checkout@v2
with:
submodules: true
- uses: actions/setup-go@v2
with:
go-version: '^1.19'