docker / golang-cross

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

Update to Go 1.13.8 #53

Closed thaJeztah closed 4 years ago

thaJeztah commented 4 years ago

This updates the image for Go 1.13. Note that the Apple SDK that is hosted on s3.mobyproject.org is an older version, which does not allow specifying the "minimum macOS version" to be 1.11 (the minimum version supported by Go 1.13).

TODO comments were added to the Dockerfile to document this, and to update the version once an updated SDK is available.

closes https://github.com/docker/golang-cross/pull/42 closes https://github.com/docker/golang-cross/pull/45 closes https://github.com/docker/golang-cross/pull/49

thaJeztah commented 4 years ago

@silvin-lubecki @vdemeester PTAL