https://github.com/dagger/dagger-go-sdk
A read-only mirror of the Dagger Go SDK. Do not use directly! To contribute, see https://github.com/dagger/dagger/tree/main/sdk/go
https://github.com/dagger/dagger-go-sdk
Last synced: 6 months ago
JSON representation
A read-only mirror of the Dagger Go SDK. Do not use directly! To contribute, see https://github.com/dagger/dagger/tree/main/sdk/go
- Host: GitHub
- URL: https://github.com/dagger/dagger-go-sdk
- Owner: dagger
- License: apache-2.0
- Created: 2022-10-24T23:54:54.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2025-07-16T13:20:09.000Z (6 months ago)
- Last Synced: 2025-07-17T22:32:07.155Z (6 months ago)
- Language: Go
- Homepage: https://pkg.go.dev/dagger.io/dagger
- Size: 1.11 MB
- Stars: 28
- Watchers: 2
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# Dagger Go SDK
The Dagger Go SDK contains everything you need to develop CI/CD pipelines in Go, and run them with the [Dagger Engine](https://dagger.io).
This SDK contains:
* A Go package: `dagger.io/dagger`
* The [`dagger` CLI][cli]
* [Documentation][docs]
## Contributing
The Dagger Go SDK is open-source, and we welcome contributions. Its source code lives in the [Dagger Engine repository][source].
> **NOTE**: please do NOT contribute to `github.com/dagger/dagger-go-sdk`: that is a read-only mirror which only exists to satisfy the requirements of the Go package management system. Instead, please visit the repository linked above.
[cli]: https://docs.dagger.io/cli
[docs]: https://docs.dagger.io/sdk/go
[source]: https://github.com/dagger/dagger/tree/main/sdk/go