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

fix(deps): update module github.com/google/go-github/v50 to v51 in go.mod #3316

Merged
merged 2 commits into from
Apr 11, 2023

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Apr 10, 2023

Mend Renovate

This PR contains the following updates:

Package Type Update Change
github.com/google/go-github/v50 require major v50.2.0 -> v51.0.0

Release Notes

google/go-github

v51.0.0

Compare Source

This release contains the following breaking API changes:

  • Add ListOptions to GetAdvancedSecurityActiveCommittersOrg (#​2720)
  • Change PrivateRepos from int to int64 (#​2738)

and the following additional changes:

  • Bump actions/setup-go from 3 to 4 (#​2713)
  • Bump github.com/google/go-github/v50 from 50.1.0 to 50.2.0 in /scrape (#​2714)
  • Add added_by and last_used fields to keys (#​2718)
  • Add CanAdminsBypass to Environment (#​2721)
  • Add download capability for workflow run attempt logs (#​2716)
  • Add CanAdminsBypass to CreateUpdateEnvironment (#​2727)
  • Add BuildType to GitHub Repo Pages (#​2724)
  • Set authenticated user's email visibility (#​2711)
  • Add support for deleting an org (#​2728)
  • verify payload signature if present (#​2732)
  • Implement the actions required workflows APIs (#​2730)
  • Add options for listing workflow runs (#​2735)
  • Bump version of go-github to v51.0.0 (#​2739)

Configuration

📅 Schedule: Branch creation - "before 2am" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot requested a review from a team as a code owner April 10, 2023 23:20
@renovate renovate bot added the dependencies PRs that update a dependency file label Apr 10, 2023
@renovate renovate bot enabled auto-merge (squash) April 10, 2023 23:20
@nitrocode nitrocode added this to the v0.23.5 milestone Apr 10, 2023
@github-actions github-actions bot added go Pull requests that update Go code provider/github labels Apr 10, 2023
@renovate renovate bot force-pushed the renovate/github.com-google-go-github-v50-51.x branch 3 times, most recently from d173a37 to aa3d7fa Compare April 10, 2023 23:56
nitrocode
nitrocode previously approved these changes Apr 10, 2023
@renovate renovate bot force-pushed the renovate/github.com-google-go-github-v50-51.x branch from aa3d7fa to 56bb8a1 Compare April 10, 2023 23:59
@nitrocode nitrocode self-requested a review April 11, 2023 00:34
@nitrocode
Copy link
Member

The following error is thrown

?   	github.com/runatlantis/atlantis	[no test files]
ok  	github.com/runatlantis/atlantis/cmd	0.214s
ok  	github.com/runatlantis/atlantis/server	0.168s
ok  	github.com/runatlantis/atlantis/server/controllers	0.035s
# github.com/runatlantis/atlantis/server/events_test [github.com/runatlantis/atlantis/server/events.test]
server/events/event_parser_test.go:49:35: cannot use &Repo (value of type *"github.com/google/go-github/v50/github".Repository) as *"github.com/google/go-github/v51/github".Repository value in argument to parser.ParseGithubRepo
server/events/event_parser_test.go:66:9: cannot use &Repo (value of type *"github.com/google/go-github/v50/github".Repository) as *"github.com/google/go-github/v51/github".Repository value in struct literal
server/events/event_parser_test.go:136:89: cannot use &PullEvent (value of type *"github.com/google/go-github/v50/github".PullRequestEvent) as *"github.com/google/go-github/v51/github".PullRequestEvent value in argument to parser.ParseGithubPullEvent
server/events/event_parser_test.go:307:67: cannot use &Pull (value of type *"github.com/google/go-github/v50/github".PullRequest) as *"github.com/google/go-github/v51/github".PullRequest value in argument to parser.ParseGithubPull

@renovate
Copy link
Contributor Author

renovate bot commented Apr 11, 2023

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

Warning: custom changes will be lost.

@renovate renovate bot merged commit 763f017 into main Apr 11, 2023
@renovate renovate bot deleted the renovate/github.com-google-go-github-v50-51.x branch April 11, 2023 05:36
nitrocode added a commit that referenced this pull request May 5, 2023
….mod (#3316)

* fix(deps): update module github.com/google/go-github/v50 to v51 in go.mod

* Update fixtures.go

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: nitrocode <[email protected]>
ijames-gc pushed a commit to gocardless/atlantis that referenced this pull request Feb 13, 2024
….mod (runatlantis#3316)

* fix(deps): update module github.com/google/go-github/v50 to v51 in go.mod

* Update fixtures.go

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: nitrocode <[email protected]>
ijames-gc pushed a commit to gocardless/atlantis that referenced this pull request Feb 13, 2024
….mod (runatlantis#3316)

* fix(deps): update module github.com/google/go-github/v50 to v51 in go.mod

* Update fixtures.go

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: nitrocode <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies PRs that update a dependency file go Pull requests that update Go code provider/github
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant