ci: update workflow files and mod version

This commit is contained in:
Slug-Boi
2024-10-25 13:55:25 +02:00
parent 6c96fc90bd
commit 55ee0c66d1
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -24,7 +24,7 @@ func main() {
// mount the source code directory on the host
// at /src in the container
source := client.Container().
From("golang:1.22").
From("golang:1.23").
WithDirectory("/src", client.Host().Directory(".", dagger.HostDirectoryOpts{
Exclude: []string{},
})).WithMountedCache("/src/dagger_dep_cache/go_dep", goCache)
+1 -1
View File
@@ -24,7 +24,7 @@ func main() {
// mount the source code directory on the host
// at /src in the container
source := client.Container().
From("golang:1.22").
From("golang:1.23").
WithDirectory("/src", client.Host().Directory(".", dagger.HostDirectoryOpts{
Exclude: []string{"build/"},
})).WithMountedCache("/src/dagger_dep_cache/go_dep", goCache)