Unverified Commit 97eea5de authored by Samruddhi Khandale's avatar Samruddhi Khandale Committed by GitHub

[Go] Update proposals for the "version" option (#654)

Update devcontainer-feature.json
parent a771e8cb
{ {
"id": "go", "id": "go",
"version": "1.2.0", "version": "1.2.1",
"name": "Go", "name": "Go",
"documentationURL": "https://github.com/devcontainers/features/tree/main/src/go", "documentationURL": "https://github.com/devcontainers/features/tree/main/src/go",
"description": "Installs Go and common Go utilities. Auto-detects latest version and installs needed dependencies.", "description": "Installs Go and common Go utilities. Auto-detects latest version and installs needed dependencies.",
...@@ -10,8 +10,8 @@ ...@@ -10,8 +10,8 @@
"proposals": [ "proposals": [
"latest", "latest",
"none", "none",
"1.19", "1.21",
"1.18" "1.20"
], ],
"default": "latest", "default": "latest",
"description": "Select or enter a Go version to install" "description": "Select or enter a Go version to install"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment