1
1
mirror of https://github.com/OJ/gobuster.git synced 2024-09-28 02:55:57 +02:00
This commit is contained in:
firefart 2023-12-07 14:58:42 +01:00
parent b385ce14e1
commit b9f3b126e8

View File

@ -2,7 +2,7 @@
// README at: https://github.com/devcontainers/templates/tree/main/src/go // README at: https://github.com/devcontainers/templates/tree/main/src/go
{ {
"name": "Go", "name": "Go",
"image": "mcr.microsoft.com/devcontainers/go:1-1-bullseye", "image": "mcr.microsoft.com/devcontainers/go",
"features": { "features": {
"ghcr.io/guiyomh/features/golangci-lint:0": {} "ghcr.io/guiyomh/features/golangci-lint:0": {}
}, },
@ -25,4 +25,4 @@
] ]
} }
} }
} }