go/index.md +7 −2
25 25
26<!-- x-release-please-end -->26<!-- x-release-please-end -->
27 27
2828Or to pin the version:Or to pin an SDK version (see the Go compatibility note below):
29 29
30<!-- x-release-please-start-version -->30<!-- x-release-please-start-version -->
31 31
37 37
38## Requirements38## Requirements
39 39
4040This library requires Go 1.22+.SDK v3.45.0 and later require Go 1.25 or later. If your application must
41remain on Go 1.22–1.24, pin SDK v3.44.0, the final compatible release. Older
42SDK releases receive no guaranteed fixes or security backports.
43
44See the [Go version support policy](GO_VERSION_POLICY.md) for the supported
45release window and upgrade guidance.
41 46
42## Usage47## Usage
43 48