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

contrib/99designs/gqlgen: fix issue with example import in tests #1457

Merged
merged 5 commits into from Sep 19, 2022
Merged

contrib/99designs/gqlgen: fix issue with example import in tests #1457

merged 5 commits into from Sep 19, 2022

Conversation

david-alza
Copy link
Contributor

@david-alza david-alza commented Sep 2, 2022

Addresses: #1452

The example module referenced previously was moved to a different import recently. Thus, if your project tries to depend on contrib/99designs/gqlgen you'll end up with an error from being unable to import the example.

This resolves that by updating the gqlgen version to a more recent version.

I didn't upgrade to the most recent version given the contribution guidelines for preferring older, more stable versions. Let me know if I should pick a more recent one! Update: I ended up moving to the most recent version since older versions were throwing errors with go vet (see the initial commit for errors).

@david-alza david-alza requested a review from a team September 2, 2022 14:45
@david-alza david-alza requested a review from a team as a code owner September 2, 2022 14:45
@david-alza
Copy link
Contributor Author

Thanks @katiehockman ! Anything else needed from my end to get this merged in?

@ajgajg1134 ajgajg1134 added this to the 1.42.0 milestone Sep 2, 2022
Copy link
Contributor

@katiehockman katiehockman left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nothing else from your end at this point! I'll just make sure the tests are passing in the CI.

@katiehockman katiehockman modified the milestone: 1.42.0 Sep 2, 2022
@ajgajg1134
Copy link
Contributor

It looks like your branch has fallen out-of-date, can you please merge the latest main into your branch?

@david-alza
Copy link
Contributor Author

Of course! Just updated @ajgajg1134

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.

None yet

3 participants