-
Notifications
You must be signed in to change notification settings - Fork 0
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/v59 to v62 #83
Conversation
@@ -7,7 +7,7 @@ import ( | |||
"strings" | |||
"time" | |||
|
|||
"github.com/google/go-github/v59/github" | |||
"github.com/google/go-github/v62/github" |
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.
🚫 [golangci] reported by reviewdog 🐶
import 'github.com/google/go-github/v62/github' is not allowed from list 'Main' (depguard)
@@ -6,7 +6,7 @@ import ( | |||
"log" | |||
"os" | |||
|
|||
"github.com/google/go-github/v59/github" | |||
"github.com/google/go-github/v62/github" |
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.
🚫 [golangci] reported by reviewdog 🐶
import 'github.com/google/go-github/v62/github' is not allowed from list 'Main' (depguard)
@@ -4,7 +4,7 @@ import ( | |||
"context" | |||
"testing" | |||
|
|||
"github.com/google/go-github/v59/github" | |||
"github.com/google/go-github/v62/github" |
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.
🚫 [golangci] reported by reviewdog 🐶
import 'github.com/google/go-github/v62/github' is not allowed from list 'Main' (depguard)
87550ed
to
42af550
Compare
ℹ Artifact update noticeFile name: go.modIn order to perform the update(s) described in the table above, Renovate ran the
Details:
|
42af550
to
1d05868
Compare
This PR contains the following updates:
v59.0.0
->v62.0.0
Release Notes
google/go-github (github.com/google/go-github/v59)
v62.0.0
Compare Source
This release contains the following breaking API changes:
BREAKING-CHANGE: This changes
ListOptions
toListRunnersOptions
inListRunners
andListOrganizationRunners
....and the following additional changes:
v61.0.0
Compare Source
This release contains the following breaking API changes:
...and the following additional changes:
v60.0.0
Compare Source
This release contains the following breaking API changes:
...and the following additional changes:
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ 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.
This PR has been generated by Mend Renovate. View repository job log here.