Bump sigs.k8s.io/release-sdk from 0.12.4 to 0.12.5 in the all group #1486
Annotations
10 errors
|
golangci-lint:
pkg/notes/notes.go#L1115
cannot use plo (variable of type *"github.com/google/go-github/v72/github".ListOptions) as *"github.com/google/go-github/v75/github".ListOptions value in argument to g.client.ListPullRequestsWithCommit
|
|
golangci-lint:
pkg/notes/notes.go#L1114
cannot use g.client.ListPullRequestsWithCommit(g.context, g.options.GithubOrg, g.options.GithubRepo, sha, plo) (value of type *"github.com/google/go-github/v75/github".Response) as *"github.com/google/go-github/v72/github".Response value in assignment
|
|
golangci-lint:
pkg/notes/notes.go#L1114
cannot use g.client.ListPullRequestsWithCommit(g.context, g.options.GithubOrg, g.options.GithubRepo, sha, plo) (value of type []*"github.com/google/go-github/v75/github".PullRequest) as []*"github.com/google/go-github/v72/github".PullRequest value in assignment
|
|
golangci-lint:
pkg/notes/notes.go#L817
cannot use pr (variable of type *"github.com/google/go-github/v75/github".PullRequest) as *"github.com/google/go-github/v72/github".PullRequest value in argument to labelsWithPrefix
|
|
golangci-lint:
pkg/notes/notes.go#L816
cannot use pr (variable of type *"github.com/google/go-github/v75/github".PullRequest) as *"github.com/google/go-github/v72/github".PullRequest value in argument to labelsWithPrefix
|
|
golangci-lint:
pkg/notes/notes.go#L815
cannot use pr (variable of type *"github.com/google/go-github/v75/github".PullRequest) as *"github.com/google/go-github/v72/github".PullRequest value in argument to labelsWithPrefix
|
|
golangci-lint:
pkg/notes/notes.go#L786
cannot use pr (variable of type *"github.com/google/go-github/v75/github".PullRequest) as *"github.com/google/go-github/v72/github".PullRequest value in argument to labelsWithPrefix
|
|
golangci-lint:
pkg/notes/notes.go#L585
cannot use clo (variable of type *"github.com/google/go-github/v72/github".CommitsListOptions) as *"github.com/google/go-github/v75/github".CommitsListOptions value in argument to g.client.ListCommits
|
|
golangci-lint:
pkg/notes/notes.go#L585
cannot use g.client.ListCommits(g.context, g.options.GithubOrg, g.options.GithubRepo, clo) (value of type *"github.com/google/go-github/v75/github".Response) as *"github.com/google/go-github/v72/github".Response value in assignment
|
|
golangci-lint:
pkg/notes/notes.go#L585
cannot use g.client.ListCommits(g.context, g.options.GithubOrg, g.options.GithubRepo, clo) (value of type []*"github.com/google/go-github/v75/github".RepositoryCommit) as []*"github.com/google/go-github/v72/github".RepositoryCommit value in assignment
|
Loading