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

qtdeploy may not work with Go1.20 #1284

Open
akiyosi opened this issue Feb 21, 2023 · 1 comment
Open

qtdeploy may not work with Go1.20 #1284

akiyosi opened this issue Feb 21, 2023 · 1 comment

Comments

@akiyosi
Copy link

akiyosi commented Feb 21, 2023

I got the following error with using go 1.20rc1.

$ qtdeploy build desktop
...
invalid value "\"-w\"" for flag -ldflags: missing =<value> in <pattern>=<value>
usage: go build [-o output] [build flags] [packages]
Run 'go help build' for details.

It may related to the following changes:
https://groups.google.com/g/golang-checkins/c/xjiAhIDpnw8

I noticed the maintenance fork(https://github.com/bluszcz/cutego/) of this project, but since there was no issue board over there, I decided to post it here.

@akiyosi
Copy link
Author

akiyosi commented Feb 22, 2023

Ah, It seems that the problem may solve with PR #1048

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