docker / golang-cross

https://hub.docker.com/r/dockercore/golang-cross
97 stars 38 forks source link

Consider upgrading to GOLang 1.15 #64

Open cadethacker opened 3 years ago

cadethacker commented 3 years ago

Hello, Not so much an issue as a request (or a cry for help? hahaha). I'm building a CLI for an internal tool, and this docker image has been AWESOME. But we hit a library that required our internal CLI be upgraded to 1.15. Well, this broke my cross compiling and releases.

For reference: https://github.com/golang/go/issues/38017

After going down the ant tunnels of cross compiling and forking this repo and adjusting the golang version, needless to say, one does not just "adjust the golang version".

Have you all considered upgrading to 1.15?

Can I offer you some of your favorite donuts? good coffee? Frosty Adult Beverage?

Desperate In Atlanta, Cade

:D

hu13 commented 3 years ago

First of all, thank for sharing this awesome image. I am also very in need of an upgrade to a newer go version for security reasons, etc.

From the other pull request (https://github.com/docker/golang-cross/pull/54) intended to upgrade to go1.14., it seems that there are issues with osx tool chain that prevents us from doing this? I am wondering if anyone can point to those specific issues and what steps we can do to resolve them? If it is not too difficult or beyond what I know, I am willing to offer any help as needed.

On the other note, I am seeing that others are able to do it here https://github.com/gythialy/golang-cross/pulls.