Skip to content

Commit

Permalink
refactor: use git refs for module refs (#146)
Browse files Browse the repository at this point in the history
* build: make dagger.json root's consistent

* use git ref as dependency refs
  • Loading branch information
aweris authored Oct 23, 2023
1 parent 0fcf43c commit 3d83bcc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
4 changes: 2 additions & 2 deletions daggerverse/gale/dagger.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"root": "../..",
"sdk": "go",
"dependencies": [
"../repo",
"../source"
"github.com/aweris/gale/daggerverse/repo@main",
"github.com/aweris/gale/daggerverse/source@main"
]
}
3 changes: 1 addition & 2 deletions daggerverse/source/dagger.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
{
"name": "source",
"sdk": "go",
"root": "../.."
"sdk": "go"
}

0 comments on commit 3d83bcc

Please sign in to comment.