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:
Marcos Nils 2024-08-20 05:48:50 -03:00 committed by GitHub
parent 989a6d0a1a
commit b5361fed21
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 4 additions and 1 deletions

View File

@ -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"
}