update dagger workflow with new go mod path

This commit is contained in:
Slug-Boi
2024-05-17 21:45:56 +02:00
parent ae9d25af75
commit 89d8b6fd78
+1 -1
View File
@@ -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