File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 33{
44 "name" : " Go" ,
55 // Or use a Dockerfile or Docker Compose file. More info: https://containers.dev/guide/dockerfile
6- "image" : " mcr.microsoft.com/devcontainers/go:1-1.23 -bullseye" ,
6+ "image" : " mcr.microsoft.com/devcontainers/go:dev-1 -bullseye" ,
77 // Features to add to the dev container. More info: https://containers.dev/features.
88 // "features": {},
99 // Use 'forwardPorts' to make a list of ports inside the container available locally.
1010 "forwardPorts" : [
1111 8181
1212 ],
1313 // Use 'postCreateCommand' to run commands after the container is created.
14- "postCreateCommand" : " go install github.com/cosmtrek /air@latest "
14+ "postCreateCommand" : " go install github.com/air-verse /air@v1.62.0 "
1515 // Configure tool-specific properties.
1616 // "customizations": {},
1717 // Uncomment to connect as root instead. More info: https://aka.ms/dev-containers-non-root.
You can’t perform that action at this time.
0 commit comments