From 0c7e82c0809ed8ef5c5d9da3eea446cc69c73915 Mon Sep 17 00:00:00 2001 From: Philip Ellis Date: Mon, 7 Oct 2024 17:11:17 -0400 Subject: [PATCH] updated to the right command --- docs/tools/sdk/go/index.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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).