change go versions

This commit is contained in:
Hayden 2024-01-05 13:33:33 -06:00
parent de8ecde3d1
commit c07ae234ff
No known key found for this signature in database
GPG key ID: 17CF79474E257545
2 changed files with 2 additions and 2 deletions

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.20"
"golang": "1.21"
}
}