Skip to content

Commit

Permalink
chore(ci): kubo 0.28
Browse files Browse the repository at this point in the history
  • Loading branch information
lidel committed Apr 19, 2024
1 parent 732172a commit 3212f73
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion .github/workflows/dnslink-smoke-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,13 @@ on:
workflow_dispatch:

env:
KUBO_VER: 'v0.27.0' # kubo daemon used for publishing to IPFS
KUBO_VER: 'v0.28.0' # kubo daemon used for publishing to IPFS
CLUSTER_CTL_VER: 'v1.0.8' # ipfs-cluster-ctl used by publish-to-ipfs

jobs:
smoke-test-cached-http: # basic smoke test that lets us know when stale-while-revalidate caching does not work on either env
runs-on: ubuntu-latest
timeout-minutes: 55
strategy:
fail-fast: false
matrix:
Expand All @@ -24,6 +25,7 @@ jobs:

smoke-test-fresh-http: # basic smoke test for getting latest DNSLink DAG over HTTP gateways
runs-on: ubuntu-latest
timeout-minutes: 55
strategy:
fail-fast: false
matrix:
Expand All @@ -48,6 +50,7 @@ jobs:

smoke-test-fresh-p2p: # basic smoke test for getting latest DNSLink DAG over P2P with Kubo
runs-on: ubuntu-latest
timeout-minutes: 55
strategy:
fail-fast: false
matrix:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ on:
workflow_dispatch:

env:
KUBO_VER: 'v0.27.0' # kubo daemon used for publishing to IPFS
KUBO_VER: 'v0.28.0' # kubo daemon used for publishing to IPFS
CLUSTER_CTL_VER: 'v1.0.8' # ipfs-cluster-ctl used by publish-to-ipfs

jobs:
Expand Down

0 comments on commit 3212f73

Please sign in to comment.