Skip to content

Commit 7df3cc1

Browse files
authored
Merge pull request #825 from oduwsdl/issue-824
Update tests to kubo v0.27
2 parents 3c6f222 + cde8fde commit 7df3cc1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,10 @@ jobs:
2020
- "3.10"
2121
- "3.11"
2222
ipfs:
23-
- "0.23"
2423
- "0.24"
2524
- "0.25"
2625
- "0.26"
26+
- "0.27"
2727
runs-on: ${{ matrix.os }}
2828
name: ${{ matrix.os }} Py-${{ matrix.python }} IPFS-${{ matrix.ipfs }}
2929
steps:

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ RUN mkdir -p /data/{warc,cdxj,ipfs}
2121

2222
# Download and install IPFS
2323
ENV IPFS_PATH=/data/ipfs
24-
ARG IPFS_VERSION=v0.26.0
24+
ARG IPFS_VERSION=v0.27.0
2525
RUN cd /tmp \
2626
&& wget -q https://dist.ipfs.io/kubo/${IPFS_VERSION}/kubo_${IPFS_VERSION}_linux-amd64.tar.gz \
2727
&& tar xvfz kubo*.tar.gz \

0 commit comments

Comments
 (0)