app-emulation/containerd: update to use go1.7

As far as I know there's no reason we were using 1.6, and upstream
recommends 1.7 nowadays.
This commit is contained in:
Euan Kemp 2017-04-10 15:03:15 -07:00
parent d285b1129b
commit 39a2594468

View File

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