Go library example for Dagger
This repository serves as an example for using Dagger as a CI solution for a Go library.
It's also the model repository for my Building a CI pipeline for a Go library 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.