I am currently trying to compile a custom plugin for Tyk written in Go. I’ve been trying to use the tykio/tyk-plugin-compiler image to ensure that I have the proper dependencies with our version of Tyk Gateway(v5.2.1). However, I get error messages regarding git credentials (i.e. no username provided so Go can clone the private module.) Vendoring the modules seems to be ignored because Go workspaces are being used during the build.
I’d like to avoid having to put together a custom image to do the build. Is there a proper way to avoid this issue?