Skip to content

Excavator: Manage go module dependencies #506

Excavator: Manage go module dependencies

Excavator: Manage go module dependencies #506

Triggered via pull request October 15, 2023 01:36
Status Failure
Total duration 1m 27s
Artifacts
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention

build.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 2 warnings
Verify: server/handler/base.go#L77
cannot use tokenClient (variable of type *"github.com/google/go-github/v56/github".Client) as *"github.com/google/go-github/v55/github".Client value in argument to bulldozer.NewGitHubMerger
Verify: server/handler/check_run.go#L43
cannot use &event (value of type *"github.com/google/go-github/v55/github".CheckRunEvent) as githubapp.InstallationSource value in argument to githubapp.GetInstallationIDFromEvent: *"github.com/google/go-github/v55/github".CheckRunEvent does not implement githubapp.InstallationSource (wrong type for method GetInstallation)
Verify: server/handler/check_run.go#L45
cannot use repo (variable of type *"github.com/google/go-github/v55/github".Repository) as *"github.com/google/go-github/v56/github".Repository value in argument to githubapp.PrepareRepoContext
Verify: server/handler/check_run.go#L74
cannot use client (variable of type *"github.com/google/go-github/v56/github".Client) as *"github.com/google/go-github/v55/github".Client value in argument to pull.NewGithubContext
Verify: server/handler/check_run.go#L74
cannot use fullPR (variable of type *"github.com/google/go-github/v56/github".PullRequest) as *"github.com/google/go-github/v55/github".PullRequest value in argument to pull.NewGithubContext
Verify: server/handler/check_run.go#L76
cannot use client (variable of type *"github.com/google/go-github/v56/github".Client) as *"github.com/google/go-github/v55/github".Client value in argument to h.FetchConfigForPR
Verify: server/handler/check_run.go#L76
cannot use fullPR (variable of type *"github.com/google/go-github/v56/github".PullRequest) as *"github.com/google/go-github/v55/github".PullRequest value in argument to h.FetchConfigForPR
Verify: server/handler/check_run.go#L85
cannot use client (variable of type *"github.com/google/go-github/v56/github".Client) as *"github.com/google/go-github/v55/github".Client value in argument to h.UpdatePullRequest
Verify: server/handler/check_run.go#L93
cannot use client (variable of type *"github.com/google/go-github/v56/github".Client) as *"github.com/google/go-github/v55/github".Client value in argument to h.ProcessPullRequest
Verify: server/handler/check_run.go#L93
cannot use fullPR (variable of type *"github.com/google/go-github/v56/github".PullRequest) as *"github.com/google/go-github/v55/github".PullRequest value in argument to h.ProcessPullRequest
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/