Upgrade to GoLang 1.19 and bump golangci-lint version

This commit is contained in:
Deluan 2022-09-26 22:44:54 -04:00
parent 2a3cd08f20
commit dd57278ba2
6 changed files with 121 additions and 321 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.18",
"VARIANT": "1.19",
// Options
"INSTALL_NODE": "true",
"NODE_VERSION": "v16"