meta-virt-default-versions.inc: use go 1.12 version

kubernetes could not be built correctly with go 1.13.
Use 1.12 version in layer.conf.

Signed-off-by: Chen Qi <Qi.Chen@windriver.com>
This commit is contained in:
Chen Qi 2019-12-09 16:11:00 +08:00 committed by Bruce Ashfield
parent 06dad20a32
commit 47c1870b4d

View File

@ -0,0 +1,4 @@
# Use go 1.12 to avoid k8s build failure.
# Remove this after https://github.com/kubernetes/kubernetes/issues/82531 is resolved and k8s is updated to a working version.
GOVERSION = "1.12%"