Skip to content

Commit b5361fe

Browse files
authored
ci: bump dagger to the latest version (prometheus#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 <[email protected]>
1 parent 989a6d0 commit b5361fe

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

dagger.json

+4-1
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,15 @@
11
{
22
"name": "client_golang",
33
"sdk": "go",
4+
"includes": [
5+
"dagger"
6+
],
47
"dependencies": [
58
{
69
"name": "golang",
710
"source": "github.com/kpenfound/dagger-modules/golang@fd1a6e75721454d8ee3bcb0bd1a94d6bb4be1737"
811
}
912
],
1013
"source": "dagger",
11-
"engineVersion": "v0.12.0"
14+
"engineVersion": "v0.12.5"
1215
}

0 commit comments

Comments
 (0)