Bump the all group across 1 directory with 2 updates #4332
+128
−127
Closed
Annotations
10 errors
|
golangci-lint:
pkg/notes/notes.go#L1112
cannot use plo (variable of type *"github.com/google/go-github/v75/github".ListOptions) as *"github.com/google/go-github/v84/github".ListOptions value in argument to g.client.ListPullRequestsWithCommit
|
|
golangci-lint:
pkg/notes/notes.go#L1111
cannot use g.client.ListPullRequestsWithCommit(g.context, g.options.GithubOrg, g.options.GithubRepo, sha, plo) (value of type *"github.com/google/go-github/v84/github".Response) as *"github.com/google/go-github/v75/github".Response value in assignment
|
|
golangci-lint:
pkg/notes/notes.go#L1111
cannot use g.client.ListPullRequestsWithCommit(g.context, g.options.GithubOrg, g.options.GithubRepo, sha, plo) (value of type []*"github.com/google/go-github/v84/github".PullRequest) as []*"github.com/google/go-github/v75/github".PullRequest value in assignment
|
|
golangci-lint:
pkg/notes/notes.go#L649
cannot use clo (variable of type *"github.com/google/go-github/v75/github".CommitsListOptions) as *"github.com/google/go-github/v84/github".CommitsListOptions value in argument to g.client.ListCommits
|
|
golangci-lint:
pkg/notes/notes.go#L649
cannot use g.client.ListCommits(g.context, g.options.GithubOrg, g.options.GithubRepo, clo) (value of type *"github.com/google/go-github/v84/github".Response) as *"github.com/google/go-github/v75/github".Response value in assignment
|
|
golangci-lint:
pkg/notes/notes.go#L649
cannot use g.client.ListCommits(g.context, g.options.GithubOrg, g.options.GithubRepo, clo) (value of type []*"github.com/google/go-github/v84/github".RepositoryCommit) as []*"github.com/google/go-github/v75/github".RepositoryCommit value in assignment
|
|
golangci-lint:
pkg/notes/notes.go#L613
cannot use pr (variable of type *"github.com/google/go-github/v84/github".PullRequest) as *"github.com/google/go-github/v75/github".PullRequest value in argument to labelsWithPrefix
|
|
golangci-lint:
pkg/notes/notes.go#L612
cannot use pr (variable of type *"github.com/google/go-github/v84/github".PullRequest) as *"github.com/google/go-github/v75/github".PullRequest value in argument to labelsWithPrefix
|
|
golangci-lint:
pkg/notes/notes.go#L611
cannot use pr (variable of type *"github.com/google/go-github/v84/github".PullRequest) as *"github.com/google/go-github/v75/github".PullRequest value in argument to labelsWithPrefix
|
|
golangci-lint:
pkg/notes/notes.go#L582
cannot use pr (variable of type *"github.com/google/go-github/v84/github".PullRequest) as *"github.com/google/go-github/v75/github".PullRequest value in argument to labelsWithPrefix
|
Loading