Skip to content

fix(deps): update all non-major dependencies

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

fix(deps): update all non-major dependencies #665

fix(deps): update all non-major dependencies
e7e374d
Select commit
Loading
Failed to load commit list.
GitHub Actions / golangci failed Jan 21, 2026 in 0s

reviewdog [golangci] report

reported by reviewdog 🐶

Findings (4)

runtime/kubernetes/apis/vela/v1alpha1/register.go|6 col 9| could not import k8s.io/apimachinery/pkg/apis/meta/v1 (runtime/kubernetes/apis/vela/v1alpha1/register.go:6:2: missing go.sum entry for module providing package k8s.io/apimachinery/pkg/apis/meta/v1 (imported by github.com/go-vela/worker/runtime/kubernetes); to add:
runtime/kubernetes/apis/vela/v1alpha1/register.go|7 col 2| could not import k8s.io/apimachinery/pkg/runtime (runtime/kubernetes/apis/vela/v1alpha1/register.go:7:2: missing go.sum entry for module providing package k8s.io/apimachinery/pkg/runtime (imported by github.com/go-vela/worker/runtime/kubernetes/apis/vela/v1alpha1); to add:
runtime/kubernetes/apis/vela/v1alpha1/register.go|8 col 2| could not import k8s.io/apimachinery/pkg/runtime/schema (runtime/kubernetes/apis/vela/v1alpha1/register.go:8:2: missing go.sum entry for module providing package k8s.io/apimachinery/pkg/runtime/schema (imported by github.com/go-vela/worker/runtime/kubernetes/apis/vela/v1alpha1); to add:
runtime/kubernetes/apis/vela/v1alpha1/types.go|6 col 5| could not import k8s.io/api/core/v1 (runtime/kubernetes/apis/vela/v1alpha1/types.go:6:2: missing go.sum entry for module providing package k8s.io/api/core/v1 (imported by github.com/go-vela/worker/runtime); to add:

Filtered Findings (0)

Annotations

Check failure on line 6 in runtime/kubernetes/apis/vela/v1alpha1/register.go

See this annotation in the file changed.

@github-actions github-actions / golangci

[golangci] runtime/kubernetes/apis/vela/v1alpha1/register.go#L6

could not import k8s.io/apimachinery/pkg/apis/meta/v1 (runtime/kubernetes/apis/vela/v1alpha1/register.go:6:2: missing go.sum entry for module providing package k8s.io/apimachinery/pkg/apis/meta/v1 (imported by github.com/go-vela/worker/runtime/kubernetes); to add:
Raw output
runtime/kubernetes/apis/vela/v1alpha1/register.go:6:9: could not import k8s.io/apimachinery/pkg/apis/meta/v1 (runtime/kubernetes/apis/vela/v1alpha1/register.go:6:2: missing go.sum entry for module providing package k8s.io/apimachinery/pkg/apis/meta/v1 (imported by github.com/go-vela/worker/runtime/kubernetes); to add:
	go get github.com/go-vela/worker/runtime/kubernetes) (typecheck)
	metav1 "k8s.io/apimachinery/pkg/apis/meta/v1"
	       ^

Check failure on line 7 in runtime/kubernetes/apis/vela/v1alpha1/register.go

See this annotation in the file changed.

@github-actions github-actions / golangci

[golangci] runtime/kubernetes/apis/vela/v1alpha1/register.go#L7

could not import k8s.io/apimachinery/pkg/runtime (runtime/kubernetes/apis/vela/v1alpha1/register.go:7:2: missing go.sum entry for module providing package k8s.io/apimachinery/pkg/runtime (imported by github.com/go-vela/worker/runtime/kubernetes/apis/vela/v1alpha1); to add:
Raw output
runtime/kubernetes/apis/vela/v1alpha1/register.go:7:2: could not import k8s.io/apimachinery/pkg/runtime (runtime/kubernetes/apis/vela/v1alpha1/register.go:7:2: missing go.sum entry for module providing package k8s.io/apimachinery/pkg/runtime (imported by github.com/go-vela/worker/runtime/kubernetes/apis/vela/v1alpha1); to add:
	go get github.com/go-vela/worker/runtime/kubernetes/apis/vela/v1alpha1) (typecheck)
	"k8s.io/apimachinery/pkg/runtime"
	^

Check failure on line 8 in runtime/kubernetes/apis/vela/v1alpha1/register.go

See this annotation in the file changed.

@github-actions github-actions / golangci

[golangci] runtime/kubernetes/apis/vela/v1alpha1/register.go#L8

could not import k8s.io/apimachinery/pkg/runtime/schema (runtime/kubernetes/apis/vela/v1alpha1/register.go:8:2: missing go.sum entry for module providing package k8s.io/apimachinery/pkg/runtime/schema (imported by github.com/go-vela/worker/runtime/kubernetes/apis/vela/v1alpha1); to add:
Raw output
runtime/kubernetes/apis/vela/v1alpha1/register.go:8:2: could not import k8s.io/apimachinery/pkg/runtime/schema (runtime/kubernetes/apis/vela/v1alpha1/register.go:8:2: missing go.sum entry for module providing package k8s.io/apimachinery/pkg/runtime/schema (imported by github.com/go-vela/worker/runtime/kubernetes/apis/vela/v1alpha1); to add:
	go get github.com/go-vela/worker/runtime/kubernetes/apis/vela/v1alpha1) (typecheck)
	"k8s.io/apimachinery/pkg/runtime/schema"
	^

Check failure on line 6 in runtime/kubernetes/apis/vela/v1alpha1/types.go

See this annotation in the file changed.

@github-actions github-actions / golangci

[golangci] runtime/kubernetes/apis/vela/v1alpha1/types.go#L6

could not import k8s.io/api/core/v1 (runtime/kubernetes/apis/vela/v1alpha1/types.go:6:2: missing go.sum entry for module providing package k8s.io/api/core/v1 (imported by github.com/go-vela/worker/runtime); to add:
Raw output
runtime/kubernetes/apis/vela/v1alpha1/types.go:6:5: could not import k8s.io/api/core/v1 (runtime/kubernetes/apis/vela/v1alpha1/types.go:6:2: missing go.sum entry for module providing package k8s.io/api/core/v1 (imported by github.com/go-vela/worker/runtime); to add:
	go get github.com/go-vela/worker/runtime) (typecheck)
	v1 "k8s.io/api/core/v1"
	   ^
4 issues:
* typecheck: 4