Skip to content

Commit

Permalink
Add kubo 0.30 to testing
Browse files Browse the repository at this point in the history
Closes #840
  • Loading branch information
machawk1 committed Sep 24, 2024
1 parent ae9b622 commit e06f9fc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,9 @@ jobs:
- "3.10"
- "3.11"
ipfs:
- "0.26"
- "0.27"
- "0.28"
- "0.29"
- "0.30"
runs-on: ${{ matrix.os }}
name: ${{ matrix.os }} Py-${{ matrix.python }} IPFS-${{ matrix.ipfs }}
steps:
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ RUN mkdir -p /data/{warc,cdxj,ipfs}

# Download and install IPFS
ENV IPFS_PATH=/data/ipfs
ARG IPFS_VERSION=v0.29.0
ARG IPFS_VERSION=v0.30.0
ARG BUILDARCH
RUN cd /tmp \
&& wget -q https://dist.ipfs.io/kubo/${IPFS_VERSION}/kubo_${IPFS_VERSION}_linux-$BUILDARCH.tar.gz \
Expand Down

0 comments on commit e06f9fc

Please sign in to comment.