diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index 4a6f5921..e06294df 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -2,7 +2,7 @@ // README at: https://github.com/devcontainers/templates/tree/main/src/go { "name": "Go", - "image": "mcr.microsoft.com/devcontainers/go:1-1-bullseye", + "image": "mcr.microsoft.com/devcontainers/go", "features": { "ghcr.io/guiyomh/features/golangci-lint:0": {} }, @@ -25,4 +25,4 @@ ] } } -} \ No newline at end of file +}