aboutsummaryrefslogtreecommitdiff
path: root/src/go/devcontainer-feature.json
diff options
context:
space:
mode:
Diffstat (limited to 'src/go/devcontainer-feature.json')
-rw-r--r--src/go/devcontainer-feature.json6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/go/devcontainer-feature.json b/src/go/devcontainer-feature.json
index 963dc89..9cd89b2 100644
--- a/src/go/devcontainer-feature.json
+++ b/src/go/devcontainer-feature.json
@@ -1,6 +1,6 @@
{
"id": "go",
- "version": "1.2.0",
+ "version": "1.2.1",
"name": "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.",
@@ -10,8 +10,8 @@
"proposals": [
"latest",
"none",
- "1.19",
- "1.18"
+ "1.21",
+ "1.20"
],
"default": "latest",
"description": "Select or enter a Go version to install"