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",
|
"name": "client_golang",
|
||||||
"sdk": "go",
|
"sdk": "go",
|
||||||
|
"includes": [
|
||||||
|
"dagger"
|
||||||
|
],
|
||||||
"dependencies": [
|
"dependencies": [
|
||||||
{
|
{
|
||||||
"name": "golang",
|
"name": "golang",
|
||||||
|
@ -8,5 +11,5 @@
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"source": "dagger",
|
"source": "dagger",
|
||||||
"engineVersion": "v0.12.0"
|
"engineVersion": "v0.12.5"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue