mirror of
git://git.yoctoproject.org/meta-virtualization.git
synced 2025-07-19 20:59:41 +02:00
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:
parent
06dad20a32
commit
47c1870b4d
|
@ -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%"
|
Loading…
Reference in New Issue
Block a user