From 2d352084ec259eca3c0fb384abe39dab31b19d3c Mon Sep 17 00:00:00 2001 From: Jeremi Piotrowski Date: Fri, 20 Aug 2021 09:10:00 +0000 Subject: [PATCH] app-emulation/docker-proxy: switch to building with go1.16 Upstream builds go through github.com/docker/docker repo and that builds with go1.16 with module support disabled. Signed-off-by: Jeremi Piotrowski --- .../app-emulation/docker-proxy/docker-proxy-9999.ebuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/sdk_container/src/third_party/coreos-overlay/app-emulation/docker-proxy/docker-proxy-9999.ebuild b/sdk_container/src/third_party/coreos-overlay/app-emulation/docker-proxy/docker-proxy-9999.ebuild index eca8e4de5c..68f37da0a5 100644 --- a/sdk_container/src/third_party/coreos-overlay/app-emulation/docker-proxy/docker-proxy-9999.ebuild +++ b/sdk_container/src/third_party/coreos-overlay/app-emulation/docker-proxy/docker-proxy-9999.ebuild @@ -5,7 +5,8 @@ EAPI=6 EGO_PN="github.com/docker/libnetwork" COREOS_GO_PACKAGE="${EGO_PN}" -COREOS_GO_VERSION="go1.13" +COREOS_GO_VERSION="go1.16" +COREOS_GO_GO111MODULE="off" if [[ ${PV} == *9999 ]]; then KEYWORDS="~amd64 ~arm64"