mirror of
https://github.com/Slug-Boi/cocommit.git
synced 2026-05-13 12:45:47 +00:00
update dagger workflow with new go mod path
This commit is contained in:
+1
-1
@@ -31,7 +31,7 @@ func main() {
|
|||||||
|
|
||||||
// set the working directory in the container
|
// set the working directory in the container
|
||||||
// install application dependencies
|
// install application dependencies
|
||||||
runner := source.WithWorkdir("/src").
|
runner := source.WithWorkdir("/src/src_code/go_src/").
|
||||||
WithExec([]string{"go", "mod", "tidy"})
|
WithExec([]string{"go", "mod", "tidy"})
|
||||||
|
|
||||||
// run application tests
|
// run application tests
|
||||||
|
|||||||
Reference in New Issue
Block a user