You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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
The text was updated successfully, but these errors were encountered: