Skip to content

Commit

Permalink
ci: bump dagger to the latest version (#1588)
Browse files Browse the repository at this point in the history
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 <[email protected]>
  • Loading branch information
marcosnils authored Aug 20, 2024
1 parent 989a6d0 commit b5361fe
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion dagger.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,15 @@
{
"name": "client_golang",
"sdk": "go",
"includes": [
"dagger"
],
"dependencies": [
{
"name": "golang",
"source": "github.com/kpenfound/dagger-modules/golang@fd1a6e75721454d8ee3bcb0bd1a94d6bb4be1737"
}
],
"source": "dagger",
"engineVersion": "v0.12.0"
"engineVersion": "v0.12.5"
}

0 comments on commit b5361fe

Please sign in to comment.