Skip to content

Commit 97eea5d

Browse files
[Go] Update proposals for the "version" option (#654)
Update devcontainer-feature.json
1 parent a771e8c commit 97eea5d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/go/devcontainer-feature.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"id": "go",
3-
"version": "1.2.0",
3+
"version": "1.2.1",
44
"name": "Go",
55
"documentationURL": "https://github.com/devcontainers/features/tree/main/src/go",
66
"description": "Installs Go and common Go utilities. Auto-detects latest version and installs needed dependencies.",
@@ -10,8 +10,8 @@
1010
"proposals": [
1111
"latest",
1212
"none",
13-
"1.19",
14-
"1.18"
13+
"1.21",
14+
"1.20"
1515
],
1616
"default": "latest",
1717
"description": "Select or enter a Go version to install"

0 commit comments

Comments
 (0)