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 86cbfbe commit ad359faCopy full SHA for ad359fa
.devcontainer/devcontainer.json
@@ -5,9 +5,9 @@
5
"build": {
6
"dockerfile": "Dockerfile",
7
"args": {
8
- // Update the VARIANT arg to pick a version of Go: 1, 1.24, 1.25
+ // Update the VARIANT arg to pick a version of Go: 1, 1.25, 1.26
9
// Append -trixie, -bookworm or -bullseye to pin to an OS version.
10
- "VARIANT": "2-1.25-trixie",
+ "VARIANT": "2-1.26-trixie",
11
12
// Override me with your own timezone:
13
"TZ": "UTC",
0 commit comments