Hello everyone. Is there currently a way to do acc...
# support-questions-legacy
n
Hello everyone. Is there currently a way to do account linking for ST in Golang? Or is it only supported in NodeJS SDK ?
r
hey @nicktgn at the moment it's only supported for node. We will work on adding support for golang soon
n
but can still call APIs directly on the Core, right?
r
oh yea, sure. But the golang sdk's supported core version is an older one. For exapmle, it does not support the user object having multiple login methods and will cause errors to be thrown
n
so that means I won't be able to use both golang SDK for everything else and just call the core APIs for the account linking all on the same version of the core ?
r
yup. Unfortunately, you won't be able to do that
n
how do I know which Core verison my current sdk version supports?
the latest core version is supported by the golang SDK
cause the latest core version is backwards compatible.
n
oh, I see.
Great. Thanks!
Oh, I have one more question: I just realized that the core version I currently use is rather old, it's 5.0. Is there a migration procedure to update to 7.0?
I've found SQL migration scripts in the https://github.com/supertokens/supertokens-core/blob/master/CHANGELOG.md. But is there anything already in place that automates this process?
r
there is nothing that automates it unfortunately (yet).
You can copy / paste the script before running the new core.