We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e0c173d commit abf631eCopy full SHA for abf631e
.devcontainer/devcontainer.json
@@ -3,7 +3,7 @@
3
{
4
"name": "Go",
5
// Or use a Dockerfile or Docker Compose file. More info: https://containers.dev/guide/dockerfile
6
- "image": "mcr.microsoft.com/devcontainers/go:0-1-bullseye",
+ "image": "mcr.microsoft.com/devcontainers/go:1-1-bullseye",
7
"features": {
8
"ghcr.io/guiyomh/features/golangci-lint:0": {},
9
"ghcr.io/devcontainers/features/git:1": {},
0 commit comments