update go version in devcontainer to 1.20 to match version in go.mod (#402)

This commit is contained in:
verybadsoldier 2023-04-09 20:38:17 +02:00 committed by GitHub
parent d3b6c93b63
commit c36b9dcf5d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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