Excavator: Manage go module dependencies #819
Annotations
10 errors
|
server/handler/base.go#L77
cannot use tokenClient (variable of type *"github.com/google/go-github/v71/github".Client) as *"github.com/google/go-github/v70/github".Client value in argument to bulldozer.NewGitHubMerger
|
|
server/handler/check_run.go#L46
cannot use &event (value of type *"github.com/google/go-github/v70/github".CheckRunEvent) as githubapp.InstallationSource value in argument to githubapp.GetInstallationIDFromEvent: *"github.com/google/go-github/v70/github".CheckRunEvent does not implement githubapp.InstallationSource (wrong type for method GetInstallation)
|
|
server/handler/check_run.go#L48
cannot use repo (variable of type *"github.com/google/go-github/v70/github".Repository) as *"github.com/google/go-github/v71/github".Repository value in argument to githubapp.PrepareRepoContext
|
|
server/handler/check_run.go#L64
cannot use client.PullRequests (variable of type *"github.com/google/go-github/v71/github".PullRequestsService) as pull.GitHubPullRequestClient value in argument to pull.ListAllOpenPullRequestsFilteredBySHA: *"github.com/google/go-github/v71/github".PullRequestsService does not implement pull.GitHubPullRequestClient (wrong type for method List)
|
|
server/handler/check_run.go#L85
cannot use client (variable of type *"github.com/google/go-github/v71/github".Client) as *"github.com/google/go-github/v70/github".Client value in argument to pull.NewGithubContext
|
|
server/handler/check_run.go#L85
cannot use fullPR (variable of type *"github.com/google/go-github/v71/github".PullRequest) as *"github.com/google/go-github/v70/github".PullRequest value in argument to pull.NewGithubContext
|
|
server/handler/check_run.go#L87
cannot use client (variable of type *"github.com/google/go-github/v71/github".Client) as *"github.com/google/go-github/v70/github".Client value in argument to h.FetchConfigForPR
|
|
server/handler/check_run.go#L87
cannot use fullPR (variable of type *"github.com/google/go-github/v71/github".PullRequest) as *"github.com/google/go-github/v70/github".PullRequest value in argument to h.FetchConfigForPR
|
|
server/handler/check_run.go#L96
cannot use client (variable of type *"github.com/google/go-github/v71/github".Client) as *"github.com/google/go-github/v70/github".Client value in argument to h.UpdatePullRequest
|
|
server/handler/check_run.go#L104
cannot use client (variable of type *"github.com/google/go-github/v71/github".Client) as *"github.com/google/go-github/v70/github".Client value in argument to h.ProcessPullRequest
|
The logs for this run have expired and are no longer available.
Loading