sailpoint-oss / sailpoint-cli

The SailPoint Command Line Interface (CLI) makes it easy to interact with SailPoint's SaaS Platform in a programmatic way. Many functions that use to be accomplished through tools like Postman or from custom scripts can now be done directly on the command line with minimal setup.
https://developer.sailpoint.com/discuss
MIT License
25 stars 19 forks source link

Update golang mod file to specify latest for golang-sdk version requi… #122

Closed tyler-mairose-sp closed 1 year ago

tyler-mairose-sp commented 1 year ago

…rement

Description

What is the intent of this change and why is it being made?

When you initialize a go project using sail sdk init golang it creates a go.mod file with an old version of the sdk v1.0.1.

Changing this hardcoded version to latest will resolve the latest version available when a user runs go mod tidy within the generated project.

How Has This Been Tested?

What testing have you done to verify this change?

Updated go.mod file in sdk example to latest version. Ran go mod tidy to verify that it resolves to the latest version, currently v1.2.0