File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -32,10 +32,11 @@ You can learn more on the [Okta + Golang](lang-landing) page in our documentatio
3232
3333This library uses semantic versioning and follows Okta's [ library version policy] ( https://developer.okta.com/code/library-versions/ ) .
3434
35- | Version | Status |
36- | ------- | ------------------------- |
37- | 0.x | ⚠️ Beta Release (Retired)|
38- | 1.x | ✔️ Release |
35+ | Version | Status |
36+ | ------- | ---------------------------------- |
37+ | 0.x | :warning : Beta Release (Retired) |
38+ | 1.x | :heavy_check_mark : Release |
39+ | 2.x | :construction : Pre-Release |
3940
4041The latest release can always be found on the [ releases page] [ github-releases ] .
4142
@@ -48,7 +49,13 @@ If you run into problems using the SDK, you can
4849
4950## Getting started
5051
51- To install the Okta Golang SDK in your project, run ` go get github.com/okta/okta-sdk-golang/okta `
52+ To install the Okta Golang SDK in your project:
53+
54+ Version 2.x
55+ run ` go get github.com/okta/okta-sdk-golang/okta.v2 `
56+
57+ Version 1.x (Deprecated)
58+ run ` go get github.com/okta/okta-sdk-golang/okta `
5259
5360You'll also need
5461
You can’t perform that action at this time.
0 commit comments