summaryrefslogtreecommitdiffstats
path: root/conf
diff options
context:
space:
mode:
authorChen Qi <Qi.Chen@windriver.com>2019-12-09 16:11:00 +0800
committerBruce Ashfield <bruce.ashfield@gmail.com>2019-12-10 02:28:41 -0500
commit47c1870b4d7237e90f2b800f7dd150b394f3d302 (patch)
tree7f326f5c2b59386968092ced6cfd0a0e57341d10 /conf
parent06dad20a32c81b6a8b6e93c99cda6f1133abddc6 (diff)
downloadmeta-virtualization-47c1870b4d7237e90f2b800f7dd150b394f3d302.tar.gz
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>
Diffstat (limited to 'conf')
-rw-r--r--conf/distro/include/k8s-versions.inc4
1 files changed, 4 insertions, 0 deletions
diff --git a/conf/distro/include/k8s-versions.inc b/conf/distro/include/k8s-versions.inc
index e69de29b..842489c1 100644
--- a/conf/distro/include/k8s-versions.inc
+++ b/conf/distro/include/k8s-versions.inc
@@ -0,0 +1,4 @@
1
2# Use go 1.12 to avoid k8s build failure.
3# Remove this after https://github.com/kubernetes/kubernetes/issues/82531 is resolved and k8s is updated to a working version.
4GOVERSION = "1.12%"