ipfs / go-cid

Content ID v1 implemented in go
MIT License
157 stars 47 forks source link

sync: update CI config files #124

Closed web3-bot closed 3 years ago

web3-bot commented 3 years ago

Syncing to commit https://github.com/protocol/.github/commit/639baaf85cdf76e7240510e7b66fc39f935b90af.

welcome[bot] commented 3 years ago

Thank you for submitting this PR! A maintainer will be here shortly to review it. We are super grateful, but we are also overloaded! Help us by making sure that:

Getting other community members to do a review would be great help too on complex PRs (you can ask in the chats/forums). If you are unsure about something, just leave us a comment. Next steps:

We currently aim to provide initial feedback/triaging within two business days. Please keep an eye on any labelling actions, as these will indicate priorities and status of your contribution. We are very grateful for your contribution!

marten-seemann commented 3 years ago

@warpfork Do you have any idea what this error is:

fatal error: checkptr: converted pointer straddles multiple allocations

Is there an easy way to fix it?

warpfork commented 3 years ago

I'm fairly certain just yanking updates to the x/crypto libs should vanish it.

marten-seemann commented 3 years ago

It looks like it does. What's strange is that this package doesn't import x/crypto though (there's no such entry in go.mod).

By go getting it manually we can add it as an indirect import (see last commit), and CI seems to be happy with that.