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

Goembed does not support 1.23 due to new restrictions. #8

Open
different55 opened this issue Nov 22, 2024 · 0 comments
Open

Goembed does not support 1.23 due to new restrictions. #8

different55 opened this issue Nov 22, 2024 · 0 comments

Comments

@different55
Copy link

As of Go 1.23, packages are limited in what they're allowed to yank out of Go's internals, and that includes go/build.parseGoEmbed that's referenced in parser/parser_go116.go. Compiling this package now fails with this error:

link: github.com/visualfc/goembed/parser: invalid reference to go/build.parseGoEmbed

In the meantime, adding -ldflags=-checklinkname=0 works as a bandaid.

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

1 participant