-
Notifications
You must be signed in to change notification settings - Fork 283
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
build module requires Go 1.13 cross-compiling #313
Comments
I think you need to update the docker image. I have no problem with cross-compiling. |
@jld3103 can you test with @nzlov a temporary fix is to downgrade shared_preferences to Edit: |
Waiting for docker/golang-cross#45 |
After a bit of search on the docker hub, I've found this container that supports golang 1.13. If you want to compile everything using golang 1.13, the temporary solution is to edit the Keeping this issue open, I would prefer to use docker/golang-cross as a build container, because the code source is open. |
Maybe |
Ok, @jld3103 you can do the PR/Merge on hover. |
@pchampio Can you do it? I need to get some sleep and can only do something again tomorrow evening |
ok |
@nzlov please update hover: |
@pchampio @jld3103 I think your choices are a little too arbitrary. |
We use the goreng/golang-cross image because we don't have another choice. You aren't affected by this change. |
Hover doctor
Error output
Using
hover build [...] --XXX
to build my application, I get the followingerror:
Why:
docker image
golang-cross
based ongolang 1.12.12
.shared_preferences
useos.UserConfigDir
ingolang 1.13
How Fix
rebuild
golang-cross
image based ongolang 1.13
The text was updated successfully, but these errors were encountered: