Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Doesn't Build in Go 1.23 #326

Closed
jdugan6240 opened this issue Sep 3, 2024 · 1 comment
Closed

Doesn't Build in Go 1.23 #326

jdugan6240 opened this issue Sep 3, 2024 · 1 comment

Comments

@jdugan6240
Copy link
Contributor

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.

@TorchedSammy
Copy link
Member

see golang/go#67401

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants