fix(deps): update module github.com/google/go-github/v63 to v65 in go.mod (main) #8070
test.yml
on: pull_request
changes
6s
e2e-github
23s
e2e-gitlab
2m 1s
Annotations
7 errors and 2 warnings
e2e-github
Process completed with exit code 1.
|
e2e-gitlab
Process completed with exit code 1.
|
Tests:
server/events/event_parser_test.go#L50
cannot use &Repo (value of type *"github.com/google/go-github/v63/github".Repository) as *"github.com/google/go-github/v65/github".Repository value in argument to parser.ParseGithubRepo
|
Tests:
server/events/event_parser_test.go#L68
cannot use &Repo (value of type *"github.com/google/go-github/v63/github".Repository) as *"github.com/google/go-github/v65/github".Repository value in struct literal
|
Tests:
server/events/event_parser_test.go#L139
cannot use &PullEvent (value of type *"github.com/google/go-github/v63/github".PullRequestEvent) as *"github.com/google/go-github/v65/github".PullRequestEvent value in argument to parser.ParseGithubPullEvent
|
Tests:
server/events/event_parser_test.go#L314
cannot use &Pull (value of type *"github.com/google/go-github/v63/github".PullRequest) as *"github.com/google/go-github/v65/github".PullRequest value in argument to parser.ParseGithubPull
|
Tests
Process completed with exit code 2.
|
e2e-github
Failed to restore: "/usr/bin/tar" failed with error: The process '/usr/bin/tar' failed with exit code 2
|
e2e-gitlab
Failed to restore: "/usr/bin/tar" failed with error: The process '/usr/bin/tar' failed with exit code 2
|