fix: add vendor after version update #40
ci.yml
on: pull_request
verify
14s
lint
3m 19s
build
11s
Annotations
12 errors and 1 warning
build:
vendor/k8s.io/apimachinery/pkg/util/sets/set.go#L20
package cmp is not in GOROOT (/opt/hostedtoolcache/go/1.20.14/x64/src/cmp)
|
build
Process completed with exit code 2.
|
lint:
cmd/floater/app/options/options.go#L1
: cannot compile Go 1.23 code (typecheck)
|
lint:
cmd/floater/app/floater.go#L12
could not import github.com/kosmos.io/netdoctor/cmd/floater/app/options (-: cannot compile Go 1.23 code) (typecheck)
|
lint:
pkg/manifest/manifest_clusterrolebindings.go#L1
: cannot compile Go 1.23 code (typecheck)
|
lint:
pkg/command/check.go#L11
could not import k8s.io/kubectl/pkg/util/i18n (-: cannot compile Go 1.22.0 code) (typecheck)
|
lint:
pkg/netdr/netdr.go#L11
could not import k8s.io/kubectl/pkg/util/i18n (-: cannot compile Go 1.22.0 code) (typecheck)
|
lint:
pkg/netdr/netdr.go#L40
missing type in composite literal (typecheck)
|
lint:
pkg/netdr/netdr.go#L46
missing type in composite literal (typecheck)
|
lint:
pkg/netdr/netdr.go#L52
missing type in composite literal (typecheck)
|
lint:
pkg/command/share/floater.go#L19
could not import github.com/kosmos.io/netdoctor/pkg/manifest (-: cannot compile Go 1.23 code) (typecheck)
|
lint:
pkg/command/share/printer.go#L39
r.Status undefined (type *PrintCheckData has no field or method Status) (typecheck)
|
verify
Restore cache failed: Dependencies file is not found in /home/runner/work/netdoctor/netdoctor. Supported file pattern: go.sum
|