You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am using github.com/ii64/gouring library, i was using go 1.22 and it was working fine but after updating go version 1.22 to 1.23.0 it is giving compilation error.
What did you see happen?
After updating to 1.23.0 i am getting error "invalid reference to syscall.munmap"
when i see inside library there were go:linkname used for syscall.munmap
Go version
go version go1.23.0 linux/amd64
Output of
go env
in your module/workspace:What did you do?
I am using github.com/ii64/gouring library, i was using go 1.22 and it was working fine but after updating go version 1.22 to 1.23.0 it is giving compilation error.
What did you see happen?
After updating to 1.23.0 i am getting error "invalid reference to syscall.munmap"
when i see inside library there were go:linkname used for syscall.munmap
What did you expect to see?
I was not expecting compilation error
@rsc please help in the same
The text was updated successfully, but these errors were encountered: