update go version in devcontainer to 1.20 to match version in go.mod

This commit is contained in:
verybadsoldier 2023-04-08 13:58:48 +02:00
parent d3b6c93b63
commit cc27390dfe

View file

@ -35,6 +35,6 @@
// Comment out to connect as root instead. More info: https://aka.ms/vscode-remote/containers/non-root.
"remoteUser": "node",
"features": {
"golang": "1.19"
"golang": "1.20"
}
}