Excavator: Manage go module dependencies #788
Annotations
10 errors and 2 warnings
Verify:
server/handler/base.go#L53
cannot use pr.GetBase().GetRepo() (value of type *"github.com/google/go-github/v53/github".Repository) as *"github.com/google/go-github/v55/github".Repository value in argument to githubapp.PreparePRContext
|
Verify:
server/handler/base.go#L72
cannot use client (variable of type *"github.com/google/go-github/v55/github".Client) as *"github.com/google/go-github/v53/github".Client value in argument to NewCrossOrgMembershipContext
|
Verify:
server/handler/base.go#L73
cannot use client (variable of type *"github.com/google/go-github/v55/github".Client) as *"github.com/google/go-github/v53/github".Client value in argument to pull.NewGitHubContext
|
Verify:
server/handler/base.go#L82
cannot use client (variable of type *"github.com/google/go-github/v55/github".Client) as *"github.com/google/go-github/v53/github".Client value in argument to b.ConfigFetcher.ConfigForRepositoryBranch
|
Verify:
server/handler/base.go#L85
cannot use client (variable of type *"github.com/google/go-github/v55/github".Client) as *"github.com/google/go-github/v53/github".Client value in struct literal
|
Verify:
server/handler/check_run.go#L48
cannot use &event (value of type *"github.com/google/go-github/v53/github".CheckRunEvent) as githubapp.InstallationSource value in argument to githubapp.GetInstallationIDFromEvent: *"github.com/google/go-github/v53/github".CheckRunEvent does not implement githubapp.InstallationSource (wrong type for method GetInstallation)
|
Verify:
server/handler/check_run.go#L50
cannot use repo (variable of type *"github.com/google/go-github/v53/github".Repository) as *"github.com/google/go-github/v55/github".Repository value in argument to githubapp.PrepareRepoContext
|
Verify:
server/handler/cross_org.go#L66
cannot use client (variable of type *"github.com/google/go-github/v55/github".Client) as *"github.com/google/go-github/v53/github".Client value in argument to pull.NewGitHubMembershipContext
|
Verify:
server/handler/details.go#L97
cannot use pr (variable of type *"github.com/google/go-github/v55/github".PullRequest) as *"github.com/google/go-github/v53/github".PullRequest value in argument to h.PreparePRContext
|
Verify:
server/handler/details.go#L103
cannot use pr (variable of type *"github.com/google/go-github/v55/github".PullRequest) as *"github.com/google/go-github/v53/github".PullRequest value in struct literal
|
Verify
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-go@v2, actions/cache@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
Verify
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|