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 GitHub client version. #51

Merged
merged 1 commit into from Sep 16, 2021
Merged

Conversation

jeffmendoza
Copy link
Member

Before we were in lock-step with Scorecards in order to share clients. Now,
go-github has added a method to get the internal http client, therefore we can
create new GitHub clients on the fly to convert major versions. See binary.go
for conversion.

Before we were in lock-step with Scorecards in order to share clients. Now,
go-github has added a method to get the internal http client, therefore we can
create new GitHub clients on the fly to convert major versions. See binary.go
for conversion.
Copy link

@inferno-chromium inferno-chromium left a comment

Choose a reason for hiding this comment

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

Thanks!

@@ -8,11 +8,11 @@ require (
github.com/google/go-cmp v0.5.6 // indirect
github.com/google/go-github/v29 v29.0.3 // indirect
github.com/google/go-github/v32 v32.1.0

Choose a reason for hiding this comment

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

i think we need to clean these older version sometime.

Copy link
Member Author

Choose a reason for hiding this comment

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

29 is used indirectly somewhere as a sub-dep. 32 is used by scorecards. I'll make an issue there.

@jeffmendoza jeffmendoza merged commit d41a1a6 into ossf:main Sep 16, 2021
@jeffmendoza jeffmendoza deleted the bump-gh branch October 21, 2021 17:42
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

2 participants