coreos-base/hard-host-depends: Add new Go versions to host deps

Add Go 1.10 to the SDK root for Docker components pinned at 1.10 to
build in torcx images, since 1.10 won't be pulled in by other SDK
dependencies now that 1.11 is the default version.

Also just add Go 1.11 now so we don't get into the same situation
when 1.12 is released.
This commit is contained in:
David Michael 2018-08-25 13:04:29 +00:00
parent 1db4633347
commit fcc3b77e41
2 changed files with 2 additions and 0 deletions

View File

@ -44,6 +44,8 @@ RDEPEND="${RDEPEND}
dev-lang/go:1.7
dev-lang/go:1.8
dev-lang/go:1.9
dev-lang/go:1.10
dev-lang/go:1.11
dev-lang/go-bootstrap
dev-libs/dbus-glib
>=dev-libs/glib-2.26.1