#is there an idiomatic way of handling
1 messages · Page 1 of 1 (latest)
Its also worth noting that Dagger attempts to run things in parallel for things that do not depend on each other. You can see an example of this in this go demo: https://youtu.be/2mwm4_Gknzw?si=LgBRFDefN0wjNxVU&t=541
The Dagger Go SDK contains everything you need to develop CI/CD pipelines in Go, and run them on any OCI-compatible container runtime.
In this video, Kyle will walk you through how to use it.
Who is it for?
The Dagger Go SDK may be a good fit if you are...
- A Go developer wishing your CI pipelines were Go code instead of YAML
- A developer...
Promise.all is correct. For docs you have the Execute pipeline operations concurrently cookbook and the Concurrency guide issue for more information.