mirror of
https://github.com/hay-kot/homebox.git
synced 2024-11-22 08:35:43 +00:00
update go version in devcontainer to 1.20 to match version in go.mod (#402)
This commit is contained in:
parent
d3b6c93b63
commit
c36b9dcf5d
1 changed files with 1 additions and 1 deletions
|
@ -35,6 +35,6 @@
|
||||||
// Comment out to connect as root instead. More info: https://aka.ms/vscode-remote/containers/non-root.
|
// Comment out to connect as root instead. More info: https://aka.ms/vscode-remote/containers/non-root.
|
||||||
"remoteUser": "node",
|
"remoteUser": "node",
|
||||||
"features": {
|
"features": {
|
||||||
"golang": "1.19"
|
"golang": "1.20"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue