Skip to content

Bump github.com/libp2p/go-libp2p-pubsub from 0.9.3 to 0.10.0 #501

Bump github.com/libp2p/go-libp2p-pubsub from 0.9.3 to 0.10.0

Bump github.com/libp2p/go-libp2p-pubsub from 0.9.3 to 0.10.0 #501

Workflow file for this run

---
name: CI
on: # yamllint disable-line rule:truthy
workflow_dispatch: {}
pull_request:
jobs:
build:
name: Build
uses: ./.github/workflows/build.yml
test:
name: Test
uses: ./.github/workflows/test.yml
needs: build