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
Recently, Go 1.23 was released, and with it appear to be some breaking changes that prevent Hilbish from building successfully.
When I try to clone Hilbish and build it, go get is able to retrieve the necessary libraries, but task is yielding the following output:
# hilbish
link: github.com/arnodel/golua/runtime: invalid reference to runtime.int64Hash
task: failed to run task "default": exit status 1
When modifying Taskfile.yaml to explicitly use a go 1.22 install instead, Hilbish builds successfully.
Given the error message, it seems the issue lies with golua, not Hilbish per se, but since your fork doesn't seem to support issues, I'm posting here instead.
The text was updated successfully, but these errors were encountered:
Recently, Go 1.23 was released, and with it appear to be some breaking changes that prevent Hilbish from building successfully.
When I try to clone Hilbish and build it,
go get
is able to retrieve the necessary libraries, buttask
is yielding the following output:When modifying Taskfile.yaml to explicitly use a go 1.22 install instead, Hilbish builds successfully.
Given the error message, it seems the issue lies with golua, not Hilbish per se, but since your fork doesn't seem to support issues, I'm posting here instead.
The text was updated successfully, but these errors were encountered: