diff --git a/test/dagger/hof.go b/test/dagger/hof.go index 23c7aa4c..a2618808 100644 --- a/test/dagger/hof.go +++ b/test/dagger/hof.go @@ -14,7 +14,7 @@ type Runtime struct { Client *dagger.Client } -var goVer = "golang:1.21" +var goVer = "golang:1.23" func (R *Runtime) GolangImage(platform string) (*dagger.Container) { c := R.Client.