fix(deps): update module github.com/google/go-github/v66 to v67 in go.mod (main) #7346
Annotations
5 errors
Linting:
server/events/event_parser_test.go#L51
cannot use &Repo (value of type *"github.com/google/go-github/v66/github".Repository) as *"github.com/google/go-github/v67/github".Repository value in argument to parser.ParseGithubRepo
|
Linting:
server/events/event_parser_test.go#L69
cannot use &Repo (value of type *"github.com/google/go-github/v66/github".Repository) as *"github.com/google/go-github/v67/github".Repository value in struct literal
|
Linting:
server/events/event_parser_test.go#L140
cannot use &PullEvent (value of type *"github.com/google/go-github/v66/github".PullRequestEvent) as *"github.com/google/go-github/v67/github".PullRequestEvent value in argument to parser.ParseGithubPullEvent
|
Linting:
server/events/event_parser_test.go#L315
cannot use &Pull (value of type *"github.com/google/go-github/v66/github".PullRequest) as *"github.com/google/go-github/v67/github".PullRequest value in argument to parser.ParseGithubPull (typecheck)
|
Linting
issues found
|