Skip to content

Commit

Permalink
update go version in devcontainer to 1.20 to match version in go.mod (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
verybadsoldier committed Apr 9, 2023
1 parent d3b6c93 commit c36b9dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
}

0 comments on commit c36b9dc

Please sign in to comment.