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 <jpiotrowski@microsoft.com>
This commit is contained in:
Jeremi Piotrowski 2021-08-20 09:10:00 +00:00
parent 9116ccf8ea
commit 2d352084ec

View File

@ -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"