This is probably a noob question as I'm new to go, but could I create the pipeline in Go and use that compiled code to still run the dagger pipeline?
This would be an answer to a problem we have with TypeScript/JavaScript being an interpreted language (source code is open) and yet not wanting "evil" devs touching or even looking at our "forced-on-them/ opinionated" CI process. We have other means to get around this too, like check-summing the CI directory for changes and of course testing of code before it is brought into the platform for "badness" (which we'll be doing no matter what). But, being able to just install a binary and call it to run the pipeline would be a nice way to obscure what is happening in our platform's CI scenario(s).