summaryrefslogtreecommitdiffhomepage
path: root/packages/sdk/go/.devcontainer/devcontainer.json
blob: 889ae34727d9ee3946845c9968cd071b3bf466ee (plain)
1
2
3
4
5
6
7
// For format details, see https://aka.ms/devcontainer.json. For config options, see the
// README at: https://github.com/devcontainers/templates/tree/main/src/debian
{
  "name": "Development",
  "image": "mcr.microsoft.com/devcontainers/go:1.23-bookworm",
  "postCreateCommand": "go mod tidy"
}