We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5e5b4f0 commit 3acd7a3Copy full SHA for 3acd7a3
.devcontainer/devcontainer.json
@@ -20,16 +20,17 @@
20
"golang.Go"
21
]
22
}
23
- }
+ },
24
25
// Features to add to the dev container. More info: https://containers.dev/features.
26
// "features": {},
27
28
+
29
// Use 'forwardPorts' to make a list of ports inside the container available locally.
30
// "forwardPorts": [],
31
32
// Use 'postCreateCommand' to run commands after the container is created.
- // "postCreateCommand": "go version",
33
+ "postCreateCommand": "curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/HEAD/install.sh | sh -s -- -b $(go env GOPATH)/bin v2.1.6",
34
35
// Configure tool-specific properties.
36
// "customizations": {},
0 commit comments