Skip to content

Commit

Permalink
Bump Go version to 1.22 in dev containers config (#3983)
Browse files Browse the repository at this point in the history
  • Loading branch information
sebhtml authored Oct 22, 2024
1 parent bcf6491 commit 18f6798
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"dockerfile": "Dockerfile",
"args": {
// Update the VARIANT arg to pick a version of Go
"VARIANT": "1.20",
"VARIANT": "1.22",
// Options
"INSTALL_NODE": "false",
"NODE_VERSION": "lts/*"
Expand Down

0 comments on commit 18f6798

Please sign in to comment.