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 a771e8c commit 97eea5dCopy full SHA for 97eea5d
src/go/devcontainer-feature.json
@@ -1,6 +1,6 @@
1
{
2
"id": "go",
3
- "version": "1.2.0",
+ "version": "1.2.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.19",
14
- "1.18"
+ "1.21",
+ "1.20"
15
],
16
"default": "latest",
17
"description": "Select or enter a Go version to install"
0 commit comments