update package name to ci

This commit is contained in:
Slug-Boi
2024-05-17 21:50:58 +02:00
parent 67f8ee1d5f
commit c21b88f899
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -1,4 +1,4 @@
package main package ci
import ( import (
"context" "context"
@@ -34,7 +34,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
+1 -1
View File
@@ -1,4 +1,4 @@
package main package ci
import ( import (
"context" "context"