-
Notifications
You must be signed in to change notification settings - Fork 32
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
compilation error: fusionauth/Client.go:4637:81: undefined: UserinfoResponse #72
Comments
Replication steps:
|
@rschilham, I think the issue is that you are not using a released version of the code. When I check out the latest released version (1.44), the code compiles. |
Ok, but then the installation instructions in README.md should perhaps be
instead of
|
this shows how to install at a given version and addresses #72
Fair point. Can you review #73 and see if it addresses your concerns, @rschilham ? |
I too am running into this issue. What's the best way to determine the list of released client versions? When I browse to the releases I only see a single release that looks quite old. |
@oottinger you can use the tags view: https://github.com/FusionAuth/go-client/tags Here's guidance on which client to use based on which version of FusionAuth you are using: https://fusionauth.io/docs/v1/tech/client-libraries/#versioning Thanks! |
Today, after upgrading to the latest version I got the following compilation errors:
github.com/FusionAuth/go-client/pkg/fusionauth
../../../go/pkg/mod/github.com/!fusion!auth/[email protected]/pkg/fusionauth/Client.go:4637:81: undefined: UserinfoResponse
../../../go/pkg/mod/github.com/!fusion!auth/[email protected]/pkg/fusionauth/Client.go:4638:11: undefined: UserinfoResponse
The text was updated successfully, but these errors were encountered: