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

update for gqlgen 0.17.54 federation change #235

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

golanglemonade
Copy link
Contributor

@golanglemonade golanglemonade commented Sep 22, 2024

  • bumps github.com/99designs/gqlgen v0.17.54

  • there was another breaking change to the function signature in gqglen, this time for federation.New() now requires the gqlgen config to be passed in and returns the Federation and error. I updated this here.

  • I also noticed when running the linter that it was failing to run at least locally because of a large number of warnings due to deprecated linters. I removed those from the disable and updated the failing linter errors (mostly around using range after go1.22).

  • updates the linter version in actions to the latest version (v1.61.0)

…ated linters

Signed-off-by: Sarah Funkhouser <147884153+golanglemonade@users.noreply.github.com>
Signed-off-by: Sarah Funkhouser <147884153+golanglemonade@users.noreply.github.com>
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

Successfully merging this pull request may close these issues.

1 participant