mirror of
https://github.com/Slug-Boi/cocommit.git
synced 2026-05-13 12:45:47 +00:00
ci: update go version of ci to 1.24
This commit is contained in:
+2
-2
@@ -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.23").
|
||||
From("golang:1.24").
|
||||
WithDirectory("/src_d", client.Host().Directory(".", dagger.HostDirectoryOpts{
|
||||
Exclude: []string{"build/"},
|
||||
})).WithMountedCache("/src_d/dagger_dep_cache/go_dep", goCache)
|
||||
@@ -41,4 +41,4 @@ func main() {
|
||||
panic(err)
|
||||
}
|
||||
fmt.Println(out)
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user