Bump github.com/google/go-github to v85.0.0#154
Merged
patrickhener merged 1 commit intopatrickhener:mainfrom Apr 27, 2026
Merged
Bump github.com/google/go-github to v85.0.0#154patrickhener merged 1 commit intopatrickhener:mainfrom
patrickhener merged 1 commit intopatrickhener:mainfrom
Conversation
There was a problem hiding this comment.
Pull request overview
Updates the project’s GitHub API client dependency to the latest major version, aligning the update package (and its tests) with github.com/google/go-github/v85.
Changes:
- Bump
github.com/google/go-githubfromv42.0.0tov85.0.0ingo.mod/go.sum. - Update Go import paths in
updatepackage code and tests togithub.com/google/go-github/v85/github. - Adjust
TestCheckForUpdatesassertions to validate both return values fromCheckForUpdates.
Reviewed changes
Copilot reviewed 3 out of 4 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
| update/update.go | Switches go-github import to v85 for release checking. |
| update/update_test.go | Switches go-github import to v85 and updates assertions for CheckForUpdates return values. |
| go.mod | Updates the required go-github module version to v85.0.0. |
| go.sum | Updates checksums to match go-github v85.0.0. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Comment on lines
7
to
8
| "goshs.de/goshs/v2/goshsversion" | ||
| "github.com/stretchr/testify/require" |
There was a problem hiding this comment.
Import block isn't gofmt-sorted: github.com/stretchr/testify/require should be grouped/sorted with the other github.com/... imports (before goshs.de/...). Running gofmt on this file will fix the ordering automatically.
Suggested change
| "goshs.de/goshs/v2/goshsversion" | |
| "github.com/stretchr/testify/require" | |
| "github.com/stretchr/testify/require" | |
| "goshs.de/goshs/v2/goshsversion" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Bump
github.com/google/go-githubto the latest https://pkg.go.dev/github.com/google/go-github/v85