ipfs / go-ds-s3

An s3 datastore implementation
MIT License
239 stars 66 forks source link

Prepare tag for kubo-0.25.0 #284

Closed hsanjuan closed 10 months ago

dbarbashov commented 10 months ago

I don't get why kubo fails to load the plugin, I've tried v0.24.0 version of plugin with v0.24.0 version of kubo inside docker container and I get the same error too: plugin was built with a different version of package runtime.

hsanjuan commented 10 months ago

I don't get why kubo fails to load the plugin, I've tried v0.24.0 version of plugin with v0.24.0 version of kubo inside docker container and I get the same error too: plugin was built with a different version of package runtime.

that means kubo was built with a different go version.

hsanjuan commented 10 months ago

I bet the docker container is not using the same version of Go that is used for dist.ipfs.io builds...