Skip to content

Commit 8ce18fe

Browse files
Update Go version proposals in devcontainer template
Removed outdated Go versions from proposals.
1 parent 77c78aa commit 8ce18fe

1 file changed

Lines changed: 1 addition & 5 deletions

File tree

src/go/devcontainer-template.json

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,9 @@
1212
"description": "Go version:",
1313
"proposals": [
1414
"1.26-trixie",
15-
"1-trixie",
16-
"1.24-trixie",
1715
"1.25-trixie",
1816
"1.26-bookworm",
19-
"1.25-bookworm",
20-
"1.24-bookworm",
21-
"1.24-bullseye"
17+
"1.25-bookworm"
2218
],
2319
"default": "1.26-trixie"
2420
}

0 commit comments

Comments
 (0)