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 ad0d69027a
commit fb6b060ca9

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"
}
}