From 39a2594468a49df6ea4daaaf7296b2a828209ec9 Mon Sep 17 00:00:00 2001 From: Euan Kemp Date: Mon, 10 Apr 2017 15:03:15 -0700 Subject: [PATCH] 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. --- .../app-emulation/containerd/containerd-9999.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sdk_container/src/third_party/coreos-overlay/app-emulation/containerd/containerd-9999.ebuild b/sdk_container/src/third_party/coreos-overlay/app-emulation/containerd/containerd-9999.ebuild index 369e8dda4c..22d57466ed 100644 --- a/sdk_container/src/third_party/coreos-overlay/app-emulation/containerd/containerd-9999.ebuild +++ b/sdk_container/src/third_party/coreos-overlay/app-emulation/containerd/containerd-9999.ebuild @@ -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"