Skip to content

Commit ad359fa

Browse files
authored
fix(dev): bump devcontainer Go version to 1.26
1 parent 86cbfbe commit ad359fa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.devcontainer/devcontainer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@
55
"build": {
66
"dockerfile": "Dockerfile",
77
"args": {
8-
// Update the VARIANT arg to pick a version of Go: 1, 1.24, 1.25
8+
// Update the VARIANT arg to pick a version of Go: 1, 1.25, 1.26
99
// Append -trixie, -bookworm or -bullseye to pin to an OS version.
10-
"VARIANT": "2-1.25-trixie",
10+
"VARIANT": "2-1.26-trixie",
1111

1212
// Override me with your own timezone:
1313
"TZ": "UTC",

0 commit comments

Comments
 (0)