We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c264b4e commit 03648ffCopy full SHA for 03648ff
1 file changed
src/go/devcontainer-feature.json
@@ -1,6 +1,6 @@
1
{
2
"id": "go",
3
- "version": "1.3.1",
+ "version": "1.3.2",
4
"name": "Go",
5
"documentationURL": "https://github.com/devcontainers/features/tree/main/src/go",
6
"description": "Installs Go and common Go utilities. Auto-detects latest version and installs needed dependencies.",
@@ -10,8 +10,8 @@
10
"proposals": [
11
"latest",
12
"none",
13
- "1.23",
14
- "1.22"
+ "1.24",
+ "1.23"
15
],
16
"default": "latest",
17
"description": "Select or enter a Go version to install"
0 commit comments