There was an error while loading. Please reload this page.
1 parent 9b7d07c commit 529ccc7Copy full SHA for 529ccc7
.devcontainer/devcontainer.json
@@ -2,15 +2,8 @@
2
{
3
"name": "poly-devcontainer",
4
// Or use a Dockerfile or Docker Compose file. More info: https://containers.dev/guide/dockerfile
5
- "image": "mcr.microsoft.com/devcontainers/base:bullseye",
+ "image": "mcr.microsoft.com/devcontainers/go:1.23-bookworm",
6
7
- "features": {
8
- "ghcr.io/devcontainers/features/go:1": {
9
- "version": "latest",
10
- "golangciLintVersion": "latest"
11
- },
12
13
-
14
"extensions": ["golang.go"],
15
16
// Use 'forwardPorts' to make a list of ports inside the container available locally.
0 commit comments