-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Unable to Install and Execute gqlgen v0.17.47 #3083
Comments
Noticed that this was closed as completed but... I'm still seeing this issue.
Do I just need to be patient for a new release, @StevenACoffman? Thanks! |
Still seeing this when installing
cc: @StevenACoffman |
I still got problem even though installing
cc: @StevenACoffman |
@An-LeMi can you try |
@jasondborneman the work was done, but it needed a new release cut to include it in |
It's working. Thanks for your support |
What happened?
While attempting to install and run gqlgen version v0.17.47, the following issues are encountered. These issues do not occur with version v0.17.46.
What did you expect?
I expected that gqlgen version v0.17.47 would install and execute without errors, similar to how version v0.17.46 functions.
Problem 1
When running
go install github.com/99designs/gqlgen@latest
, the following error is encountered:Problem 2
When running
go install github.com/99designs/gqlgen@v0.17.47
, the following error is encountered:Problem 3
When running
go run github.com/99designs/gqlgen@latest
, the following error is encountered:Problem 4
When running
go run github.com/99designs/gqlgen@v0.17.47
, the following error is encountered:Note
These issues do not occur with version v0.17.46, where the same commands execute without any errors.
versions
go run github.com/99designs/gqlgen version
: v0.17.47go version
: 1.22.2The text was updated successfully, but these errors were encountered: