aboutsummaryrefslogtreecommitdiff
path: root/src/go
diff options
context:
space:
mode:
Diffstat (limited to 'src/go')
-rw-r--r--src/go/README.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/go/README.md b/src/go/README.md
index 0b03e87..644c761 100644
--- a/src/go/README.md
+++ b/src/go/README.md
@@ -7,9 +7,9 @@ Installs Go and common Go utilities. Auto-detects latest version and installs ne
```json
"features": {
- "ghcr.io/devcontainers/features/go:1": {
- "version": "latest"
- }
+ "ghcr.io/devcontainers/features/go:1": {
+ "version": "latest"
+ }
}
```