Closed mbertschler closed 1 year ago
@mbertschler ,it is a bug, new relocate type is not support. I will fix it when I have time
That is good to know, thanks for checking it
Thank you very much for the fix @pkujhd, with this we could upgrade our application to Go 1.20 🎉
I tried to follow the examples using Go 1.20, but when it came to running a built object with the loader it failed:
My Go version:
Steps to reproduce
I had to adjust the steps mentioned in the example a little bit, since I don't use the
$GOROOT
and$GOPATH
environment variables and use go modules, but I am pretty sure that the equivalents I used should do the same thing. What I ran:Building the loader first failed:
So I changed to
go.mod
file togo 1.20
. After this building it worked.But actually running the loader with the schedule example failed:
Please let me know if I misunderstood the example instructions, or if there might be a bug. Thank you!