[release-12.0.5] Docs: Modify Go installation command for foundation SDK (#110419)

Co-authored-by: Irene Rodríguez <irene.rodriguez@grafana.com>
This commit is contained in:
grafana-delivery-bot[bot]
2025-09-01 15:56:31 +00:00
committed by GitHub
co-authored by Irene Rodríguez
parent b0356011e3
commit 1bac5badac
@@ -51,7 +51,7 @@ yarn add @grafana/grafana-foundation-sdk
For Go, install the SDK package via `go get`:
```go
go get github.com/grafana/grafana-foundation-sdk/go
go get github.com/grafana/grafana-foundation-sdk/go@next+cog-v0.0.x
```
### Python