#`dagger develop --sdk-go` generates dagger.json but no go files

1 messages · Page 1 of 1 (latest)

cobalt rover
#

After executing dagger develop --sdk-go trying to follow the quickstart I only got a dagger.json file, I could copy some template from the internet but not sure how compatible that would be with my version of dagger.

My dagger version is dagger v0.10.1 (registry.dagger.io/engine) darwin/arm64

paper egret
#

that looks like a bug, could you paste the full output please?

#

you need to start with dagger init

thick perch
#

Run into the same thing today. Doing dagger init first solves the issue.

paper egret
#

yeah dagger develop should fail if there is no dagger.json

thick perch
cobalt rover
#

Ok thank you guys, it was solved by deleting my past dagger.json file, then doing dagger init and subsequently dagger develop --sdk=go