app-emulation: use Go 1.13 for runc and containerd

We need to use Go 1.13 for runc and containerd, to build the latest
versions at all.
This commit is contained in:
Dongsu Park 2020-02-14 11:23:10 +01:00
parent 646a24c608
commit ea35df731e
3 changed files with 3 additions and 3 deletions

View File

@ -5,7 +5,7 @@ EAPI=6
GITHUB_URI="github.com/containerd/containerd"
COREOS_GO_PACKAGE="${GITHUB_URI}"
COREOS_GO_VERSION="go1.10"
COREOS_GO_VERSION="go1.13"
if [[ ${PV} == *9999 ]]; then
EGIT_REPO_URI="https://${GITHUB_URI}.git"

View File

@ -5,7 +5,7 @@ EAPI=6
EGO_PN="github.com/docker/libnetwork"
COREOS_GO_PACKAGE="${EGO_PN}"
COREOS_GO_VERSION="go1.10"
COREOS_GO_VERSION="go1.13"
if [[ ${PV} == *9999 ]]; then
KEYWORDS="~amd64 ~arm64"

View File

@ -5,7 +5,7 @@ EAPI=6
GITHUB_URI="github.com/opencontainers/runc"
COREOS_GO_PACKAGE="${GITHUB_URI}"
COREOS_GO_VERSION="go1.10"
COREOS_GO_VERSION="go1.13"
# the commit of runc that docker uses.
# see https://github.com/docker/docker-ce/blob/v19.03.5-ce/components/engine/hack/dockerfile/install/runc.installer#L4
# Update the patch number when this commit is changed (i.e. the _p in the ebuild).