#๐ runtime error: index out of range [0]...
1 messages ยท Page 1 of 1 (latest)
Took a look, I actually think you were getting a different error than that issue (just so happened to also cause a slice access out of bounds).
But fortunately what you're hitting is fixed on main (tested against your module locally) and we're planning on a release end of this week, so worst case you should only need to wait until either Thursday or Friday.
A workaround in the mean time would be to not embed Base here and instead make it an explicit field (the embedded field was what was triggering the bug): https://github.com/sagikazarmark/daggerverse/blob/93e0edf41a5d1176f382dd295c528c1d8f71803e/go/main.go#L109