app-emulation/docker-cli: remove GO_BUILDTAGS setting

We now build with go1.16 and the go1.16 tag does not show up anywhere in
the cli repo.

Signed-off-by: Jeremi Piotrowski <jpiotrowski@microsoft.com>
This commit is contained in:
Jeremi Piotrowski 2021-08-20 09:05:47 +00:00
parent 7d63f3f426
commit e80bee6629

View File

@ -34,7 +34,6 @@ src_prepare() {
src_compile() { src_compile() {
# Flatcar: override go version # Flatcar: override go version
go_export go_export
export GO_BUILDTAGS="go1.13"
export DISABLE_WARN_OUTSIDE_CONTAINER=1 export DISABLE_WARN_OUTSIDE_CONTAINER=1
export GOPATH="${WORKDIR}/${P}" export GOPATH="${WORKDIR}/${P}"