Skip to content

fix(deps): update module github.com/google/go-github/v63 to v64 in go.mod (main) #7701

fix(deps): update module github.com/google/go-github/v63 to v64 in go.mod (main)

fix(deps): update module github.com/google/go-github/v63 to v64 in go.mod (main) #7701

Triggered via pull request October 5, 2024 06:52
Status Failure
Total duration 2m 49s
Artifacts

test.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

5 errors
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/v64/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/v64/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/v64/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/v64/github".PullRequest value in argument to parser.ParseGithubPull
Tests
Process completed with exit code 2.