Upgrade to GoLang 1.18

This commit is contained in:
Deluan 2022-03-26 22:44:47 -04:00
parent ce0db8344b
commit aae79b4561
6 changed files with 330 additions and 173 deletions

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.17",
"VARIANT": "1.18",
// Options
"INSTALL_NODE": "true",
"NODE_VERSION": "v16"