Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update all non-major dependencies #606

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

chore(deps): update all non-major dependencies

9ea20d8
Select commit
Loading
Failed to load commit list.
Sign in for the full log view
Open

chore(deps): update all non-major dependencies #606

chore(deps): update all non-major dependencies
9ea20d8
Select commit
Loading
Failed to load commit list.
GitHub Actions / golangci failed Oct 28, 2024 in 1s

reviewdog [golangci] report

reported by reviewdog 🐶

Findings (12)

runtime/kubernetes/generated/clientset/versioned/typed/vela/v1alpha1/fake/fake_pipelinepodstemplate.go|33 col 3| c.Fake.Invokes undefined (type *FakeVelaV1alpha1 has no field or method Invokes) (typecheck)
runtime/kubernetes/generated/clientset/versioned/typed/vela/v1alpha1/fake/fake_pipelinepodstemplate.go|44 col 3| c.Fake.Invokes undefined (type *FakeVelaV1alpha1 has no field or method Invokes) (typecheck)
runtime/kubernetes/generated/clientset/versioned/typed/vela/v1alpha1/fake/fake_pipelinepodstemplate.go|66 col 3| c.Fake.InvokesWatch undefined (type *FakeVelaV1alpha1 has no field or method InvokesWatch) (typecheck)
runtime/kubernetes/generated/clientset/versioned/typed/vela/v1alpha1/fake/fake_pipelinepodstemplate.go|73 col 3| c.Fake.Invokes undefined (type *FakeVelaV1alpha1 has no field or method Invokes) (typecheck)
runtime/kubernetes/generated/clientset/versioned/fake/clientset_generated.go|33 col 5| cs.AddReactor undefined (type *Clientset has no field or method AddReactor) (typecheck)
runtime/kubernetes/generated/clientset/versioned/fake/clientset_generated.go|34 col 5| cs.AddWatchReactor undefined (type *Clientset has no field or method AddWatchReactor) (typecheck)
cmd/vela-worker/flags.go|18 col 16| undefined: cli (typecheck)
cmd/vela-worker/run.go|25 col 13| undefined: cli (typecheck)
cmd/vela-worker/flags.go|19 col 9| undefined: cli (typecheck)
executor/executor_test.go|196 col 4| missing type in composite literal (typecheck)
executor/executor_test.go|204 col 4| missing type in composite literal (typecheck)
executor/executor_test.go|212 col 4| missing type in composite literal (typecheck)

Filtered Findings (0)

Annotations

Check failure on line 33 in runtime/kubernetes/generated/clientset/versioned/typed/vela/v1alpha1/fake/fake_pipelinepodstemplate.go

See this annotation in the file changed.

@github-actions github-actions / golangci

[golangci] runtime/kubernetes/generated/clientset/versioned/typed/vela/v1alpha1/fake/fake_pipelinepodstemplate.go#L33

c.Fake.Invokes undefined (type *FakeVelaV1alpha1 has no field or method Invokes) (typecheck)
Raw output
runtime/kubernetes/generated/clientset/versioned/typed/vela/v1alpha1/fake/fake_pipelinepodstemplate.go:33:3: c.Fake.Invokes undefined (type *FakeVelaV1alpha1 has no field or method Invokes) (typecheck)
		Invokes(testing.NewGetAction(pipelinepodstemplatesResource, c.ns, name), &v1alpha1.PipelinePodsTemplate{})
		^

Check failure on line 44 in runtime/kubernetes/generated/clientset/versioned/typed/vela/v1alpha1/fake/fake_pipelinepodstemplate.go

See this annotation in the file changed.

@github-actions github-actions / golangci

[golangci] runtime/kubernetes/generated/clientset/versioned/typed/vela/v1alpha1/fake/fake_pipelinepodstemplate.go#L44

c.Fake.Invokes undefined (type *FakeVelaV1alpha1 has no field or method Invokes) (typecheck)
Raw output
runtime/kubernetes/generated/clientset/versioned/typed/vela/v1alpha1/fake/fake_pipelinepodstemplate.go:44:3: c.Fake.Invokes undefined (type *FakeVelaV1alpha1 has no field or method Invokes) (typecheck)
		Invokes(testing.NewListAction(pipelinepodstemplatesResource, pipelinepodstemplatesKind, c.ns, opts), &v1alpha1.PipelinePodsTemplateList{})
		^

Check failure on line 66 in runtime/kubernetes/generated/clientset/versioned/typed/vela/v1alpha1/fake/fake_pipelinepodstemplate.go

See this annotation in the file changed.

@github-actions github-actions / golangci

[golangci] runtime/kubernetes/generated/clientset/versioned/typed/vela/v1alpha1/fake/fake_pipelinepodstemplate.go#L66

c.Fake.InvokesWatch undefined (type *FakeVelaV1alpha1 has no field or method InvokesWatch) (typecheck)
Raw output
runtime/kubernetes/generated/clientset/versioned/typed/vela/v1alpha1/fake/fake_pipelinepodstemplate.go:66:3: c.Fake.InvokesWatch undefined (type *FakeVelaV1alpha1 has no field or method InvokesWatch) (typecheck)
		InvokesWatch(testing.NewWatchAction(pipelinepodstemplatesResource, c.ns, opts))
		^

Check failure on line 73 in runtime/kubernetes/generated/clientset/versioned/typed/vela/v1alpha1/fake/fake_pipelinepodstemplate.go

See this annotation in the file changed.

@github-actions github-actions / golangci

[golangci] runtime/kubernetes/generated/clientset/versioned/typed/vela/v1alpha1/fake/fake_pipelinepodstemplate.go#L73

c.Fake.Invokes undefined (type *FakeVelaV1alpha1 has no field or method Invokes) (typecheck)
Raw output
runtime/kubernetes/generated/clientset/versioned/typed/vela/v1alpha1/fake/fake_pipelinepodstemplate.go:73:3: c.Fake.Invokes undefined (type *FakeVelaV1alpha1 has no field or method Invokes) (typecheck)
		Invokes(testing.NewCreateAction(pipelinepodstemplatesResource, c.ns, pipelinePodsTemplate), &v1alpha1.PipelinePodsTemplate{})
		^

Check failure on line 33 in runtime/kubernetes/generated/clientset/versioned/fake/clientset_generated.go

See this annotation in the file changed.

@github-actions github-actions / golangci

[golangci] runtime/kubernetes/generated/clientset/versioned/fake/clientset_generated.go#L33

cs.AddReactor undefined (type *Clientset has no field or method AddReactor) (typecheck)
Raw output
runtime/kubernetes/generated/clientset/versioned/fake/clientset_generated.go:33:5: cs.AddReactor undefined (type *Clientset has no field or method AddReactor) (typecheck)
	cs.AddReactor("*", "*", testing.ObjectReaction(o))
	   ^

Check failure on line 34 in runtime/kubernetes/generated/clientset/versioned/fake/clientset_generated.go

See this annotation in the file changed.

@github-actions github-actions / golangci

[golangci] runtime/kubernetes/generated/clientset/versioned/fake/clientset_generated.go#L34

cs.AddWatchReactor undefined (type *Clientset has no field or method AddWatchReactor) (typecheck)
Raw output
runtime/kubernetes/generated/clientset/versioned/fake/clientset_generated.go:34:5: cs.AddWatchReactor undefined (type *Clientset has no field or method AddWatchReactor) (typecheck)
	cs.AddWatchReactor("*", func(action testing.Action) (handled bool, ret watch.Interface, err error) {
	   ^

Check failure on line 18 in cmd/vela-worker/flags.go

See this annotation in the file changed.

@github-actions github-actions / golangci

[golangci] cmd/vela-worker/flags.go#L18

undefined: cli (typecheck)
Raw output
cmd/vela-worker/flags.go:18:16: undefined: cli (typecheck)
func flags() []cli.Flag {
               ^

Check failure on line 25 in cmd/vela-worker/run.go

See this annotation in the file changed.

@github-actions github-actions / golangci

[golangci] cmd/vela-worker/run.go#L25

undefined: cli (typecheck)
Raw output
cmd/vela-worker/run.go:25:13: undefined: cli (typecheck)
func run(c *cli.Context) error {
            ^

Check failure on line 19 in cmd/vela-worker/flags.go

See this annotation in the file changed.

@github-actions github-actions / golangci

[golangci] cmd/vela-worker/flags.go#L19

undefined: cli (typecheck)
Raw output
cmd/vela-worker/flags.go:19:9: undefined: cli (typecheck)
	f := []cli.Flag{
	       ^

Check failure on line 196 in executor/executor_test.go

See this annotation in the file changed.

@github-actions github-actions / golangci

[golangci] executor/executor_test.go#L196

missing type in composite literal (typecheck)
Raw output
executor/executor_test.go:196:4: missing type in composite literal (typecheck)
			{
			^

Check failure on line 204 in executor/executor_test.go

See this annotation in the file changed.

@github-actions github-actions / golangci

[golangci] executor/executor_test.go#L204

missing type in composite literal (typecheck)
Raw output
executor/executor_test.go:204:4: missing type in composite literal (typecheck)
			{
			^

Check failure on line 212 in executor/executor_test.go

See this annotation in the file changed.

@github-actions github-actions / golangci

[golangci] executor/executor_test.go#L212

missing type in composite literal (typecheck)
Raw output
executor/executor_test.go:212:4: missing type in composite literal (typecheck)
			{
			^