Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ReadMe out of date with 'go get' #130

Open
DevopsMercenary opened this issue Feb 3, 2023 · 2 comments
Open

ReadMe out of date with 'go get' #130

DevopsMercenary opened this issue Feb 3, 2023 · 2 comments

Comments

@DevopsMercenary
Copy link

If someone is trying to setup Comply with the example GO command with a newer version of Go

go get github.com/strongdm/comply

it should now be

go install github.com/strongdm/comply@latest

@mdube667
Copy link

mdube667 commented Feb 3, 2023

Hi @DevopsMercenary,

Thank you for bringing this to our attention. We'll update the page accordingly.

Have a good day
-Matt

@DevopsMercenary
Copy link
Author

FWIW There seems to be more to this change in the go command. I'm on a Mac and I first had installed Comply via Brew.

When I run comply via brew on my mac to check the version installed....

[gregory@Gregorys-MBP workspace]$ /usr/local/bin/comply -version
comply version 1.6.0

Later I then used the go install github.com/strongdm/comply@latest. Running the following, I get a different result than what the brew instance returns...

[gregory@Gregorys-MBP workspace]$ ~/go/bin/comply -version
Incorrect Usage. flag provided but not defined: -version

So while my go install comply is in the following path ~/go/pkg/mod/github.com/strongdm/comply\@v1.6.0, there appears to be some sort of difference.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants