Building a Dagger Module to standardize the CI pipeline of my Go projects
Bash scripts, Makefiles, Taskfiles, Bakefiles... if there is one thing developers agree on is the fact that there are too many tools used as glue to put a CI/CD pipeline together. Whenever I have to create a CLI tool in Go, I normally copy and paste several files from