Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

@wreulicke
Copy link
Contributor

@wreulicke wreulicke commented Feb 28, 2025

Upgrade go-github and go-github-client

This PR has breaking changes.
For example, this PR makes ghfs.Client incompatible because *githubv58.Client is not incompatible with *githubv67.Client

func Client(client *github.Client) Option { 
	return func(c *config) error {
		if client != nil {
			c.client = client
		}
		return nil
	}
}

k1LoW/octocov#463 requires this PR.

@k1LoW
Copy link
Owner

k1LoW commented Feb 28, 2025

@wreulicke Thank you! Could you update the branch( or rebase the main)? CI fixes have been completed.

@wreulicke
Copy link
Contributor Author

@k1LoW
Thank you for your quick response. I updated!

@k1LoW k1LoW merged commit 1033f88 into k1LoW:main Feb 28, 2025
1 check passed
@github-actions github-actions bot mentioned this pull request Feb 28, 2025
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