Skip to content

Commit

Permalink
Merge pull request #812 from oduwsdl/issue-811
Browse files Browse the repository at this point in the history
Update tests to use kubo 0.23.0
  • Loading branch information
machawk1 authored Oct 5, 2023
2 parents a75ffd8 + 724c99b commit 041bd6d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@ jobs:
- "3.10"
- "3.11"
ipfs:
- "0.20"
- "0.21"
- "0.22"
- "0.23"
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.22.0
ARG IPFS_VERSION=v0.23.0
RUN cd /tmp \
&& wget -q https://dist.ipfs.io/kubo/${IPFS_VERSION}/kubo_${IPFS_VERSION}_linux-amd64.tar.gz \
&& tar xvfz kubo*.tar.gz \
Expand Down

0 comments on commit 041bd6d

Please sign in to comment.