https://github.com/sagikazarmark/dagger-go-example
This repository serves as an example for using Dagger Go SDK
https://github.com/sagikazarmark/dagger-go-example
Last synced: 6 months ago
JSON representation
This repository serves as an example for using Dagger Go SDK
- Host: GitHub
- URL: https://github.com/sagikazarmark/dagger-go-example
- Owner: sagikazarmark
- License: mit
- Created: 2023-02-04T07:59:43.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-03-16T09:09:09.000Z (over 2 years ago)
- Last Synced: 2025-04-09T23:12:47.019Z (6 months ago)
- Language: Go
- Size: 17.6 KB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Go example for [Dagger](https://dagger.io/)
[](https://github.com/sagikazarmark/dagger-go-example/actions?query=workflow%3ACI)
[](https://github.com/sagikazarmark/dagger-go-example/actions?query=workflow%3ADagger)
[](https://codecov.io/gh/sagikazarmark/dagger-go-example)This repository serves as an example for using [Dagger](https://dagger.io/) Go SDK.
## Usage
Run tests:
```shell
mage -d ci -w . test
```Run linter:
```shell
mage -d ci -w . lint
```## License
The project is licensed under the [MIT License](LICENSE).