I built my .so file:
go build -buildmode=plugin -o test.so
and run debug with Goland, then I get the error:
Error running agent: could not initialize input inputs.plugin_input: plugin.Open("./plugins_lib/test1"): plugin was built with a different version of package runtime/internal/sys
But I can build my main program in my terminal and it will work well.