Skip to content

Commit d75ae31

Browse files
committed
[go] Add support for Go v1.24
1 parent 1d98a65 commit d75ae31

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

src/go/devcontainer-template.json

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"id": "go",
3-
"version": "4.1.0",
3+
"version": "4.2.0",
44
"name": "Go",
55
"description": "Develop Go based applications. Includes appropriate runtime args, Go, common tools, extensions, and dependencies.",
66
"documentationURL": "https://github.com/devcontainers/templates/tree/main/src/go",
@@ -12,13 +12,15 @@
1212
"description": "Go version:",
1313
"proposals": [
1414
"1-bookworm",
15-
"1.23-bookworm",
15+
"1.24-bookworm",
16+
"1.23-bookworm",
1617
"1.22-bookworm",
1718
"1-bullseye",
18-
"1.23-bullseye",
19+
"1.24-bullseye",
20+
"1.23-bullseye",
1921
"1.22-bullseye"
2022
],
21-
"default": "1.23-bookworm"
23+
"default": "1.24-bookworm"
2224
}
2325
},
2426
"platforms": ["Go"],

0 commit comments

Comments
 (0)