#Container stderr on error
1 messages · Page 1 of 1 (latest)
I think that is a known bug, let me try and find the issue
This seems to be it, but it's closed? https://github.com/dagger/dagger/issues/3025
@inland abyss are you using the latest version of the Go SDK? I'm wondering if perhaps it has been fixed in a more recent release
Mentioned in the linked issue too, but this has been fixed but not released yet. We should be making the new release in the very near future, next Monday at the latest. After that you can upgrade and the stderr of your process will be included in the returned error message when it exits non-zero
Described issue was reproduced on the latest version of Go SDK: dagger.io/dagger v0.4.2
I’ve upgraded to 0.4.3 , and it works correctly now.!