Tyk plugins building in pipeline

Need ideas support suggestion on how to build a plugin in the pipeline. I’m able to run the go commands (tidy, vendor etc) in a pipeline to install the dependencies for the plugin. I then pass what comes out of that into another job where I would run the tyk plugin builder, however for some reason I’m getting an error of package plugin_jwtauth: no Go files in /go/src/plugin_jwtauth . Any idea what’ causing this? Thanks!

@lego17nav Welcome back to the community.

Let me ask this internally and get back to you

1 Like

There’s an open source repo that has a github workflow which builds, compiles, bundles, and publishes a go plugin to Amazon S3. Does this help?

Hey @lego17nav! Just wanted to check if you got it working now? :slight_smile: