Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Revert "go: add back 1.12 version to avoid compilation failure" | Bruce Ashfield | 2020-01-09 | 1 | -112/+0 |
| | | | | This reverts commit 06dad20a32c81b6a8b6e93c99cda6f1133abddc6. | ||||
* | go: add back 1.12 version to avoid compilation failure | Chen Qi | 2019-12-10 | 1 | -0/+112 |
go 1.12 was removed from oe-core, but currently k8s cannot be built successfully with go 1.13. See link below. https://github.com/kubernetes/kubernetes/issues/82531 We need to wait for k8s to support go 1.13 and update it to latest release, as well as its depedencies. Before this is done, add back go 1.12 and use it. Signed-off-by: Chen Qi <Qi.Chen@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com> |