Closed hsanjuan closed 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.
I bet the docker container is not using the same version of Go that is used for dist.ipfs.io builds...
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
.