ci: bump dagger to the latest version (#1588)
this commit also adds an `includes` field to the dagger.json so the initial SDK code generation runs faster as only the Dagger module source is included Signed-off-by: Marcos Lilljedahl <marcosnils@gmail.com>
This commit is contained in:
parent
989a6d0a1a
commit
b5361fed21
|
@ -1,6 +1,9 @@
|
|||
{
|
||||
"name": "client_golang",
|
||||
"sdk": "go",
|
||||
"includes": [
|
||||
"dagger"
|
||||
],
|
||||
"dependencies": [
|
||||
{
|
||||
"name": "golang",
|
||||
|
@ -8,5 +11,5 @@
|
|||
}
|
||||
],
|
||||
"source": "dagger",
|
||||
"engineVersion": "v0.12.0"
|
||||
"engineVersion": "v0.12.5"
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue