docker / golang-cross

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

Bump Golang 1.11.1 #10

Closed thaJeztah closed 5 years ago

thaJeztah commented 5 years ago

go1.11.1 (released 2018/10/01) includes fixes to the compiler, documentation, go command, runtime, and the crypto/x509, encoding/json, go/types, net, net/http, and reflect packages.

See the Go 1.11.1 milestone on our issue tracker for details: https://github.com/golang/go/issues?q=milestone%3AGo1.11.1

thaJeztah commented 5 years ago

/cc @vdemeester @dnephin

Bumping to Go 1.11.1, although I see that https://github.com/docker/cli/pull/1316 was still open; perhaps Go 1.11.1 fixes that 🤔

thaJeztah commented 5 years ago

hm.. looking at that one again; probably not a golang issue. Wondering if the Go image changed to a different base-image, causing things to be missing.

thaJeztah commented 5 years ago

Perhaps we need to fix the osx-cross stuff first; see https://github.com/docker/cli/pull/1316#issuecomment-426428573