We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f0e6ba6 commit 07dc028Copy full SHA for 07dc028
src/go/devcontainer-feature.json
@@ -1,6 +1,6 @@
1
{
2
"id": "go",
3
- "version": "1.3.0",
+ "version": "1.3.1",
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.21",
14
- "1.20"
+ "1.23",
+ "1.22"
15
],
16
"default": "latest",
17
"description": "Select or enter a Go version to install"
@@ -44,4 +44,4 @@
44
"installsAfter": [
45
"ghcr.io/devcontainers/features/common-utils"
46
]
47
-}
+}
0 commit comments