Hello,
I am attempting to deploy a function. This is something I always seem to struggle with.
I have successfully deployed a javascript function in the past and this is working fine (I do this by running netlify functions:build locally and pushing the .zip to my github repo)
Now I have compiled an exe with go (my GOOS is set to linux) and placed this in the same functions directory as the zip of my javascript function.
When I trigger a deployment, nothing seems to happen with my executable.
Is it possible that an error in the code (this is very likely) prevents deployment, I had assumed not.
Or am I deploying my binary wrong?
my site is:
loving-bartik-b12149.netlify.app
here is the deploy log:
https://pastebin.com/sRhhzMAa