Skip to content
This repository has been archived by the owner on Oct 23, 2022. It is now read-only.

Commit

Permalink
ci: update go-ipfs to 0.7.0 in interop tests
Browse files Browse the repository at this point in the history
This also removes the --bits arg as go-ipfs now uses ed25519 keys
instead of 2048 bit RSA by default.
  • Loading branch information
niklaslong committed Nov 9, 2020
1 parent 73409a8 commit bf3ad61
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ jobs:
- name: Download go-ipfs on Linux
if: matrix.platform.host == 'ubuntu-latest'
run: |
curl -L https://github.com/ipfs/go-ipfs/releases/download/v0.6.0/go-ipfs_v0.6.0_linux-amd64.tar.gz --output go_ipfs.tar.gz
curl -L https://github.com/ipfs/go-ipfs/releases/download/v0.7.0/go-ipfs_v0.7.0_linux-amd64.tar.gz --output go_ipfs.tar.gz
tar -xf go_ipfs.tar.gz
- name: Install dependencies windows (openssl)
Expand Down
2 changes: 0 additions & 2 deletions tests/common/interop.rs
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,6 @@ pub mod common {
.arg("init")
.arg("-p")
.arg("test")
.arg("--bits")
.arg("2048")
.stdout(Stdio::null())
.status()
.unwrap();
Expand Down

0 comments on commit bf3ad61

Please sign in to comment.