Skip to content

Commit 03648ff

Browse files
update version proposals to include Go 1.24
1 parent c264b4e commit 03648ff

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

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.3.1",
3+
"version": "1.3.2",
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.23",
14-
"1.22"
13+
"1.24",
14+
"1.23"
1515
],
1616
"default": "latest",
1717
"description": "Select or enter a Go version to install"

0 commit comments

Comments
 (0)