Skip to content

Update go-libp2p v0.37.0 #961

Update go-libp2p v0.37.0

Update go-libp2p v0.37.0 #961

Workflow file for this run

name: Go Test
on:
pull_request:
push:
branches: ["master"]
workflow_dispatch:
permissions:
contents: read
concurrency:
group: ${{ github.workflow }}-${{ github.event_name }}-${{ github.event_name == 'push' && github.sha || github.ref }}
cancel-in-progress: true
jobs:
go-test:
uses: marcopolo/unified-github-workflows/.github/workflows/go-test.yml@336e55601e4c805c426dcb5d87d716c69c9fda7c
secrets:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}