diff options
author | Samruddhi Khandale <skhandale@microsoft.com> | 2023-09-13 18:42:41 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-09-13 18:42:41 +0300 |
commit | 97eea5deee6cda653f7b9bb4fb66e1a52d62b38e (patch) | |
tree | dc6edcc3619553d4424cae1e9534f4c31ba1f0f2 | |
parent | a771e8cb426961dadb6312d857ea272b711714b3 (diff) |
[Go] Update proposals for the "version" option (#654)feature_go_1.2.1
Update devcontainer-feature.json
-rw-r--r-- | src/go/devcontainer-feature.json | 6 |
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" |