Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sagikazarmark/dagger-go-library
Go library example for Dagger
https://github.com/sagikazarmark/dagger-go-library
Last synced: 1 day ago
JSON representation
Go library example for Dagger
- Host: GitHub
- URL: https://github.com/sagikazarmark/dagger-go-library
- Owner: sagikazarmark
- License: mit
- Created: 2022-06-20T17:58:23.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-03-16T10:43:00.000Z (over 1 year ago)
- Last Synced: 2024-10-13T14:13:51.952Z (about 1 month ago)
- Language: CUE
- Size: 45.9 KB
- Stars: 7
- Watchers: 3
- Forks: 1
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Go library example for [Dagger](https://dagger.io/)
[![GitHub Workflow Status](https://img.shields.io/github/workflow/status/sagikazarmark/dagger-go-library/CI?style=flat-square)](https://github.com/sagikazarmark/dagger-go-library/actions?query=workflow%3ACI)
[![GitHub Workflow Status](https://img.shields.io/github/workflow/status/sagikazarmark/dagger-go-library/Dagger?style=flat-square)](https://github.com/sagikazarmark/dagger-go-library/actions?query=workflow%3ADagger)
[![Codecov](https://img.shields.io/codecov/c/github/sagikazarmark/dagger-go-library?style=flat-square)](https://codecov.io/gh/sagikazarmark/dagger-go-library)This repository serves as an example for using [Dagger](https://dagger.io/) 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](https://sagikazarmark.hu/blog/dagger-go-library/) post (available on [dev.to](https://dev.to/sagikazarmark/building-a-ci-pipeline-for-a-go-library-with-dagger-2an7) as well).
## Setup
[Install Dagger](https://docs.dagger.io/install) (at least version 0.2.19).
Run tests and linters:
```shell
dagger do check
```## License
The project is licensed under the [MIT License](LICENSE).