Will it be support for Go in version 4? how to contribute

So I have been using Go+lambdas since serverless framework version 2, I’ve found it difficult to find clear and organized documentation for Go in version 3, but I managed to keep working my lambdas behind an authorizer lambda all of them independent services with its own severless.yml, recently I had to research for some days and managed to upgrade runtime from go 1.x to provided.al2 but there was not direct support from serverless for it but I found a plugin (serverless-go-plugin) which does the work to packaging for the new runtime. Now in version 4, I wonder if I need to think to change to javascript or python to be able to upgrade, or will it be Go support, and if I can even contribute because I think Go has worked pretty well for me in previous versions of the framework