Skip to content

Commit 3319837

Browse files
committed
fix: revert dagger engine version to official v0.19.11
The patched version v0.19.11-patched-ts-sdk doesn't exist on dl.dagger.io or GitHub releases, causing CI to fail at the install step. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 857d9ef commit 3319837

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

dagger.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "monorepo",
3-
"engineVersion": "v0.19.11-patched-ts-sdk",
3+
"engineVersion": "v0.19.11",
44
"sdk": {
55
"source": "typescript"
66
},

0 commit comments

Comments
 (0)