Skip to content

Conversation

@tommaso-moro
Copy link
Contributor

@tommaso-moro tommaso-moro commented Aug 6, 2025

This PR bumps up the go-github package to v74.

The new release has no relevant breaking changes for us, and it will include a fix to the SubIssueService.Remove endpoint which we need in order to support removing sub-issues in our remove_sub_issue tool using go-github.

@tommaso-moro tommaso-moro changed the title Tommy/bump go GitHub v74 Bump go-github to v74 Aug 6, 2025
@tommaso-moro tommaso-moro marked this pull request as ready for review August 6, 2025 12:42
@tommaso-moro tommaso-moro requested a review from a team as a code owner August 6, 2025 12:42
Copilot AI review requested due to automatic review settings August 6, 2025 12:42
Copy link
Contributor

Copilot AI left a 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 the SubIssueService.Remove endpoint needed for the remove_sub_issue tool functionality.

  • Updates all import statements from github.com/google/go-github/v73 to github.com/google/go-github/v74
  • Updates the version reference in go.mod from v73.0.0 to v74.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

@tommaso-moro tommaso-moro merged commit 521d5e9 into github:main Aug 6, 2025
10 checks passed
nickytonline pushed a commit to nickytonline/github-mcp-http that referenced this pull request Oct 4, 2025
* update all imports to use v74

* go mod tidy

* update third party licenses

* rename

* autogen licenses
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.

2 participants