This is probably a Go noob question... I want to use the latest version of the Go SDK, from the main branch. But that doesn't seem to match the API from go get go.dagger.io/dagger@v0.3.0-alpha.1.
My questions are:
- Am I mistaken that the contents of Go SDK in
mainbranch doesn't match the versionv.0.3.0-alpha.1? - If I'm not mistaken, how can I use the version from
mainin my project?
Thank you!