lhotari commented on PR #75: URL: https://github.com/apache/pulsar-test-infra/pull/75#issuecomment-1261733349
To be honest, I don't think that it's a great idea to use Golang for GitHub Actions. Javascript/Typescript would be a much better choice since there's a lot less overhead of running the actions and another benefit is that there's official GitHub provided Javascript libraries for writing actions. A Golang action will have to be compiled before the code can run. With Javascript/Typescript actions there's no such requirement since it can execute immediately. Who can explain the reason for using Golang? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
