Unverified Commit 07dc0288 authored by Shoki Hata's avatar Shoki Hata Committed by GitHub

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

Update Go version to 1.3.1 and proposals to 1.23 and 1.22
parent f0e6ba6b
{ {
"id": "go", "id": "go",
"version": "1.3.0", "version": "1.3.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.21", "1.23",
"1.20" "1.22"
], ],
"default": "latest", "default": "latest",
"description": "Select or enter a Go version to install" "description": "Select or enter a Go version to install"
...@@ -44,4 +44,4 @@ ...@@ -44,4 +44,4 @@
"installsAfter": [ "installsAfter": [
"ghcr.io/devcontainers/features/common-utils" "ghcr.io/devcontainers/features/common-utils"
] ]
} }
\ No newline at end of file
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