Closed harshu4 closed 5 months ago
used to work with older version of ego
Thanks for reporting! I can confirm that this behavior is caused by the update to Go 1.21 with EGo 1.5.0. Your go.mod specifies 1.22. Since Go 1.21, Go will download the newer toolchain in this case. So it effectively builds with the original go instead of ego-go. We'll investigate how we can best handle this in ego-go. For now, please edit your go.mod and set the version to 1.21. Then rebuild with ego-go.
fixed in v1.5.2
Issue description
I am not able to sign my compiled binary. I am able to build and sign binary of the samples provided but when i try to compile and sign my own code it gives the following error
EGo v1.5.0 (952087dd77320d37883d446c97bb21317163e0dc) ERROR: The .oeinfo section is missing in the binary. Maybe the binary was not built with 'ego-go build'?
To reproduce
Steps to reproduce the behavior:
Expected behavior
Expected behaviour would be that the binary is signed properly