Skip to content

Commit 07dc028

Browse files
authored
[Go] Update proposals for the "version" option (#1104)
Update Go version to 1.3.1 and proposals to 1.23 and 1.22
1 parent f0e6ba6 commit 07dc028

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/go/devcontainer-feature.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"id": "go",
3-
"version": "1.3.0",
3+
"version": "1.3.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.21",
14-
"1.20"
13+
"1.23",
14+
"1.22"
1515
],
1616
"default": "latest",
1717
"description": "Select or enter a Go version to install"
@@ -44,4 +44,4 @@
4444
"installsAfter": [
4545
"ghcr.io/devcontainers/features/common-utils"
4646
]
47-
}
47+
}

0 commit comments

Comments
 (0)