Skip to content

Commit

Permalink
fix: cluster peering (#1039)
Browse files Browse the repository at this point in the history
- update kubo and ipfs-cluster-ctl
- solves failed to parse multiaddr error during peering
  • Loading branch information
lidel authored Sep 20, 2023
1 parent c012a48 commit 74b4ce7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ on:

env:
DIST_ROOT: ${{ github.event.inputs.custom_dist_root || '/ipns/dist.ipfs.tech' }} # content root used for calculating diff to build
KUBO_VER: 'v0.21.0' # kubo daemon used for chunking and applying diff
CLUSTER_CTL_VER: 'v1.0.4' # ipfs-cluster-ctl used for pinning
KUBO_VER: 'v0.22.0' # kubo daemon used for chunking and applying diff
CLUSTER_CTL_VER: 'v1.0.6' # ipfs-cluster-ctl used for pinning

jobs:
build:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ on:

env:
DIST_ROOT: ${{ github.event.inputs.custom_dist_root || '/ipns/dist.ipfs.tech' }} # content root used for calculating diff to build
KUBO_VER: 'v0.21.0' # kubo daemon used for chunking and applying diff
CLUSTER_CTL_VER: 'v1.0.4' # ipfs-cluster-ctl used for pinning
KUBO_VER: 'v0.22.0' # kubo daemon used for chunking and applying diff
CLUSTER_CTL_VER: 'v1.0.6' # ipfs-cluster-ctl used for pinning

concurrency:
group: nightly
Expand Down

0 comments on commit 74b4ce7

Please sign in to comment.