From 11ea1728310fd8ed6b26e904d4652d7aa14f166b Mon Sep 17 00:00:00 2001 From: Anatoliy Bazko Date: Thu, 19 Sep 2019 11:14:10 +0300 Subject: [PATCH] Update go plugin to 0.11.4 and use docker images with go 1.12.9 Signed-off-by: Anatoliy Bazko --- v3/plugins/ms-vscode/go/0.11.4/meta.yaml | 22 ++++++++++++++++++++++ v3/plugins/ms-vscode/go/latest/meta.yaml | 6 +++--- 2 files changed, 25 insertions(+), 3 deletions(-) create mode 100644 v3/plugins/ms-vscode/go/0.11.4/meta.yaml diff --git a/v3/plugins/ms-vscode/go/0.11.4/meta.yaml b/v3/plugins/ms-vscode/go/0.11.4/meta.yaml new file mode 100644 index 0000000000..c08f2ca0eb --- /dev/null +++ b/v3/plugins/ms-vscode/go/0.11.4/meta.yaml @@ -0,0 +1,22 @@ +apiVersion: v2 +publisher: ms-vscode +name: go +version: 0.11.4 +type: VS Code extension +displayName: Go +title: Rich Go language support +description: This extension adds rich language support for the Go language +icon: https://www.eclipse.org/che/images/logo-eclipseche.svg +repository: https://github.com/Microsoft/vscode-go.git +category: Language +firstPublicationDate: '2019-09-19' +spec: + containers: + - image: "docker.io/eclipse/che-remote-plugin-go-1.12.9:next" + name: vscode-go + memoryLimit: '512Mi' + env: + - name: GOPATH + value: /go:$(CHE_PROJECTS_ROOT) + extensions: + - https://github.com/microsoft/vscode-go/releases/download/0.11.4/Go-0.11.4.vsix diff --git a/v3/plugins/ms-vscode/go/latest/meta.yaml b/v3/plugins/ms-vscode/go/latest/meta.yaml index 81cf91dd5e..aa0f92051c 100644 --- a/v3/plugins/ms-vscode/go/latest/meta.yaml +++ b/v3/plugins/ms-vscode/go/latest/meta.yaml @@ -9,14 +9,14 @@ description: This extension adds rich language support for the Go language icon: https://www.eclipse.org/che/images/logo-eclipseche.svg repository: https://github.com/Microsoft/vscode-go.git category: Language -firstPublicationDate: '2019-06-20' +firstPublicationDate: '2019-09-19' spec: containers: - - image: "docker.io/eclipse/che-remote-plugin-go-1.10.7:next" + - image: "docker.io/eclipse/che-remote-plugin-go-1.12.9:next" name: vscode-go memoryLimit: '512Mi' env: - name: GOPATH value: /go:$(CHE_PROJECTS_ROOT) extensions: - - https://github.com/microsoft/vscode-go/releases/download/0.11.0/Go-0.11.0.vsix + - https://github.com/microsoft/vscode-go/releases/download/0.11.4/Go-0.11.4.vsix