Skip to content

fix kube-ovn-cni run fail on docker #10415

fix kube-ovn-cni run fail on docker

fix kube-ovn-cni run fail on docker #10415

Triggered via pull request August 15, 2024 01:57
Status Failure
Total duration 4m 59s
Artifacts

lint.yaml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 1 warning
lint: cmd/controller/controller.go#L37
printf: non-constant format string in call to k8s.io/klog/v2.Infof (govet)
lint: cmd/daemon/cniserver.go#L35
printf: non-constant format string in call to k8s.io/klog/v2.Infof (govet)
lint: cmd/ovn_ic_controller/ovn_ic_controller.go#L15
printf: non-constant format string in call to k8s.io/klog/v2.Infof (govet)
lint: cmd/ovn_monitor/ovn_monitor.go#L22
printf: non-constant format string in call to k8s.io/klog/v2.Infof (govet)
lint: cmd/pinger/pinger.go#L19
printf: non-constant format string in call to k8s.io/klog/v2.Infof (govet)
lint: cmd/speaker/speaker.go#L20
printf: non-constant format string in call to k8s.io/klog/v2.Infof (govet)
lint: cmd/webhook/server.go#L40
printf: non-constant format string in call to k8s.io/klog/v2.Infof (govet)
lint: pkg/controller/namespace.go#L186
S1009: should omit nil check; len() for map[string]string is defined as zero (gosimple)
lint: pkg/controller/service_lb.go#L267
printf: non-constant format string in call to (k8s.io/klog/v2.Verbose).Infof (govet)
lint: pkg/controller/vpc_nat_gateway.go#L556
printf: non-constant format string in call to (k8s.io/klog/v2.Verbose).Infof (govet)
lint
The following actions use a deprecated Node.js version and will be forced to run on node20: golangci/golangci-lint-action@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/