You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Installs Go and common Go utilities. Auto-detects latest version and installs needed dependencies.
5
+
6
+
## Example Usage
7
+
8
+
```json
9
+
"features": {
10
+
"ghcr.io/microsoft/codespace-features/go:1": {}
11
+
}
12
+
```
13
+
14
+
## Options
15
+
16
+
| Options Id | Description | Type | Default Value |
17
+
|-----|-----|-----|-----|
18
+
| version | Select or enter a Go version to install | string | latest |
19
+
| golangciLintVersion | Version of golangci-lint to install | string | latest |
20
+
21
+
## Customizations
22
+
23
+
### VS Code Extensions
24
+
25
+
-`golang.Go`
26
+
27
+
28
+
29
+
## OS Support
30
+
31
+
This Feature should work on recent versions of Debian/Ubuntu-based distributions with the `apt` package manager installed
32
+
as well as Azure Linux (Mariner) with the `tdnf` package manager installed.
33
+
34
+
`bash` is required to execute the `install.sh` script.
35
+
36
+
---
37
+
38
+
_Note: This file was auto-generated from the [devcontainer-feature.json](https://github.com/microsoft/codespace-features/blob/main/src/go/devcontainer-feature.json). Add additional notes to a `NOTES.md`._
0 commit comments