Skip to content

Commit c2717ea

Browse files
authored
Merge pull request #842 from oduwsdl/issue-840
Add kubo v0.30 to test matrix
2 parents ae9b622 + fa61a6a commit c2717ea

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,9 @@ jobs:
2020
- "3.10"
2121
- "3.11"
2222
ipfs:
23-
- "0.26"
24-
- "0.27"
2523
- "0.28"
2624
- "0.29"
25+
- "0.30"
2726
runs-on: ${{ matrix.os }}
2827
name: ${{ matrix.os }} Py-${{ matrix.python }} IPFS-${{ matrix.ipfs }}
2928
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.29.0
24+
ARG IPFS_VERSION=v0.30.0
2525
ARG BUILDARCH
2626
RUN cd /tmp \
2727
&& wget -q https://dist.ipfs.io/kubo/${IPFS_VERSION}/kubo_${IPFS_VERSION}_linux-$BUILDARCH.tar.gz \

0 commit comments

Comments
 (0)