Ran hyperfine to test dagger based go build vs go build locally. 10 iterations, 1 prerun
- dagger: mean 7.9 seconds
- go: 2.0
I've added the prior recommended go mod + build cache and that's the final result. I'm suspecting copying the assets into the container from my repo is the problem. Still before I flip all build actions to dagger I need to tackle this more