Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bump golang extension to 0.16.1 #589

Closed
wants to merge 2 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 22 additions & 0 deletions v3/plugins/golang/go/0.16.1/meta.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
apiVersion: v2
publisher: golang
name: go
version: 0.16.1
type: VS Code extension
displayName: Go
title: Rich Go language support for Visual Studio Code
description: This extension provides rich language support for the Go programming language in VS Code.
icon: https://raw.githubusercontent.com/golang/vscode-go/v0.16.1/images/go-logo-blue.png
repository: https://github.com/golang/vscode-go
category: Language
firstPublicationDate: '2015-11-23'
spec:
containers:
- image: "quay.io/eclipse/che-sidecar-go:1.14.4-afebf70"
name: vscode-go
memoryLimit: '512Mi'
env:
- name: GOPATH
value: /go:$(CHE_PROJECTS_ROOT)
extensions:
- https://github.com/golang/vscode-go/releases/download/v0.16.1/go-0.16.1.vsix
2 changes: 1 addition & 1 deletion v3/plugins/golang/go/latest.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.14.4
0.16.1
2 changes: 1 addition & 1 deletion vscode-extensions.json
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@
},
{
"repository": "https://github.com/golang/vscode-go",
"revision": "v0.14.4",
"revision": "v0.16.1",
"sidecar": {
"image": "quay.io/eclipse/che-sidecar-go:1.14.4-afebf70",
"source": {
Expand Down