mirror of
https://github.com/flatcar/scripts.git
synced 2025-10-02 19:11:20 +02:00
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:
parent
7d63f3f426
commit
e80bee6629
@ -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}"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user