ipfs / ipget

Retrieve files over IPFS and save them locally.
MIT License
388 stars 54 forks source link

Support go1.21.0 #141

Closed chenrui333 closed 11 months ago

chenrui333 commented 1 year ago

Bug Description

Need to bump quic-go to 0.37.4 for building with go1.21.0

relates to https://github.com/quic-go/quic-go/pull/4020 relates to https://github.com/Homebrew/homebrew-core/pull/134468

welcome[bot] commented 1 year ago

Thank you for submitting your first issue to this repository! A maintainer will be here shortly to triage and review. In the meantime, please double-check that you have provided all the necessary information to make this process easy! Any information that can help save additional round trips is useful! We currently aim to give initial feedback within two business days. If this does not happen, feel free to leave a comment. Please keep an eye on how this issue will be labeled, as labels give an overview of priorities, assignments and additional actions requested by the maintainers:

Finally, remember to use https://discuss.ipfs.io if you just need general support.

hsanjuan commented 1 year ago

I don't think quic-go at that version is supported by libp2p yet (or go1.21), so this cannot be done yet.

lidel commented 1 year ago

This will be unblocked by libp2p v0.30 – see https://github.com/ipfs/kubo/issues/10064#issuecomment-1676658990

chenrui333 commented 1 year ago

FYI libp2p v0.30 has landed.

lidel commented 1 year ago

Likely to be tackled after https://github.com/ipfs/kubo/issues/10064

hacdias commented 11 months ago

This can be addressed after Kubo 0.23 is released https://github.com/ipfs/kubo/issues/10014.

bsiegert commented 11 months ago

@hacdias Kubo 0.23 was released on October 5.