Skip to content

Commit 9ea9850

Browse files
committed
build: update devcontainer to 1.25
1 parent 76c049d commit 9ea9850

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.devcontainer/devcontainer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,15 @@
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.

0 commit comments

Comments
 (0)