Go CLI example for Dagger
This repository serves as an example for using Dagger as a CI solution for a Go CLI tool.
It's also the model repository for my Building a CI pipeline for a Go CLI application with Dagger post (available on dev.to as well).
Install Dagger (at least version 0.2.19).
Run tests and linters:
dagger do check
The project is licensed under the MIT License.