Skip to content

Commit

Permalink
Update DevContainer to GoLang 1.16
Browse files Browse the repository at this point in the history
  • Loading branch information
deluan committed Mar 12, 2021
1 parent 34516cc commit 18fda0d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"dockerfile": "Dockerfile",
"args": {
// Update the VARIANT arg to pick a version of Go: 1, 1.15, 1.14
"VARIANT": "1.15",
"VARIANT": "1.16",
// Options
"INSTALL_NODE": "true",
"NODE_VERSION": "v14"
Expand Down Expand Up @@ -56,4 +56,4 @@
"ND_MUSICFOLDER": "./music",
"ND_DATAFOLDER": "./data"
}
}
}

0 comments on commit 18fda0d

Please sign in to comment.