From 6646b63f285b963c8f53bea4925c0830bb1c9148 Mon Sep 17 00:00:00 2001 From: Oleksandr Andriienko Date: Mon, 11 Jan 2021 12:16:43 +0200 Subject: [PATCH] Fix devfile. (#616) Signed-off-by: Oleksandr Andriienko --- devfile.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devfile.yaml b/devfile.yaml index 18c870800..fb1ceac64 100644 --- a/devfile.yaml +++ b/devfile.yaml @@ -8,7 +8,7 @@ projects: branch: master clonePath: src/github.com/eclipse/che-operator components: - - id: ms-vscode/go/latest + - id: golang/go/latest memoryLimit: 1G preferences: go.lintFlags: '--fast'