diff --git a/docs/tools/sdk/go/index.mdx b/docs/tools/sdk/go/index.mdx index 4e8e6bcf0..23e3d2934 100644 --- a/docs/tools/sdk/go/index.mdx +++ b/docs/tools/sdk/go/index.mdx @@ -85,7 +85,7 @@ You will edit this file to add the SailPoint SDK to your project. To install the SailPoint SDK, run this command: ```go -go get github.com/sailpoint-oss/golang-sdk +go get github.com/sailpoint-oss/golang-sdk/v2 ``` The SDK is now installed. To learn how to configure the SDK, refer to the [Configure section](#configure).