Update DevContainer to GoLang 1.16

This commit is contained in:
Deluan 2021-03-12 18:43:03 -05:00 committed by Joe Stump
parent b6e4ce02fe
commit 327d6c821d
No known key found for this signature in database
GPG Key ID: 29151C3EC48A0EB9

View File

@ -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"
@ -56,4 +56,4 @@
"ND_MUSICFOLDER": "./music",
"ND_DATAFOLDER": "./data"
}
}
}