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

Compilation error: Domain.go:4174:17: undefined: char #54

Open
rschilham opened this issue May 5, 2021 · 4 comments
Open

Compilation error: Domain.go:4174:17: undefined: char #54

rschilham opened this issue May 5, 2021 · 4 comments

Comments

@rschilham
Copy link

After upgrading to the latest version I get the following compilation error:

github.com/FusionAuth/go-client/pkg/fusionauth

../../../go/pkg/mod/github.com/!fusion!auth/[email protected]/pkg/fusionauth/Domain.go:4174:17: undefined: char

@rschilham rschilham changed the title Compilation error: github.com/FusionAuth/go-client/pkg/fusionauth/Domain.go:4174:17: undefined: char Compilation error: Domain.go:4174:17: undefined: char May 5, 2021
@mooreds
Copy link
Contributor

mooreds commented May 5, 2021

Thanks for the report @rschilham

Just to confirm, you are on 1.27?

@rschilham
Copy link
Author

1.27.1 to be precise

@mooreds
Copy link
Contributor

mooreds commented May 6, 2021

Okay, this looks like an error in our character mapping in our client library builder. Let me see if I can get a PR filed.

@mooreds
Copy link
Contributor

mooreds commented May 6, 2021

@rschilham this should be fixed in the next patch release, expected in the next few days.

Until then you can modify that line of Domain.go and replace char with string.

Let's leave this open until that fix is published.

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