Skip to content

Commit b7a1545

Browse files
committed
Update tests to kubo version 0.28
Closes #826
1 parent 7df3cc1 commit b7a1545

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.24"
2423
- "0.25"
2524
- "0.26"
2625
- "0.27"
26+
- "0.28"
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.27.0
24+
ARG IPFS_VERSION=v0.28.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)