From 3212f738a9dd8244ea99afb19788b5f3e674ef9e Mon Sep 17 00:00:00 2001 From: Marcin Rataj Date: Fri, 19 Apr 2024 14:23:54 +0200 Subject: [PATCH] chore(ci): kubo 0.28 --- .github/workflows/dnslink-smoke-tests.yml | 5 ++++- .github/workflows/main.yml | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/.github/workflows/dnslink-smoke-tests.yml b/.github/workflows/dnslink-smoke-tests.yml index 99d74cfb..566e729c 100644 --- a/.github/workflows/dnslink-smoke-tests.yml +++ b/.github/workflows/dnslink-smoke-tests.yml @@ -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: @@ -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: @@ -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: diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 6c88e114..193a5fcd 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -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: