- Notifications
You must be signed in to change notification settings - Fork2.7k
Bump go-github to v74#826
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others.Learn more.
Pull Request Overview
This PR upgrades the go-github package from version 73 to version 74 to gain access to a bug fix in theSubIssueService.Remove
endpoint needed for theremove_sub_issue
tool functionality.
- Updates all import statements from
github.com/google/go-github/v73
togithub.com/google/go-github/v74
- Updates the version reference in
go.mod
fromv73.0.0
tov74.0.0
- Updates third-party license files to reflect the new version
Reviewed Changes
Copilot reviewed 40 out of 42 changed files in this pull request and generated no comments.
Show a summary per file
File | Description |
---|---|
go.mod | Updates the go-github dependency from v73.0.0 to v74.0.0 |
third-party-licenses.*.md | Updates license references for the new go-github version across all platforms |
pkg/github/*.go | Updates import statements to use v74 instead of v73 |
pkg/raw/*.go | Updates import statements to use v74 instead of v73 |
pkg/errors/*.go | Updates import statements to use v74 instead of v73 |
internal/ghmcp/server.go | Updates import statements to use v74 instead of v73 |
e2e/e2e_test.go | Updates import statements to use v74 instead of v73 |
cmd/github-mcp-server/generate_docs.go | Updates import statements to use v74 instead of v73 |
521d5e9
intogithub:mainUh oh!
There was an error while loading.Please reload this page.
* update all imports to use v74* go mod tidy* update third party licenses* rename* autogen licenses
Uh oh!
There was an error while loading.Please reload this page.
This PR bumps up the go-github package tov74.
The new release has no relevant breaking changes for us, and it will include afix to the
SubIssueService.Remove
endpoint which we need in order to support removing sub-issues in ourremove_sub_issue
tool using go-github.