Migrate to kube_codegen.sh #8797
Triggered via pull request
September 30, 2024 14:42
Status
Failure
Total duration
3m 33s
Artifacts
–
knative-style.yaml
on: pull_request
style
/
changes
21s
style
/
...
/
Auto-format and Check
27s
style
/
...
/
Lint
2m 54s
style
/
...
/
Do Not Submit
6s
style
/
...
/
shell
35s
style
/
...
/
yaml
0s
style
/
...
/
github_actions
0s
Matrix: style / Golang / Boilerplate Check
Annotations
3 errors and 5 warnings
style / Golang / Auto-format and Check:
control-plane/pkg/reconciler/channel/controller.go#L1
Please run goimports.
diff --git a/control-plane/pkg/reconciler/channel/controller.go b/control-plane/pkg/reconciler/channel/controller.go
index c739cb5..36871e02 100644
--- a/control-plane/pkg/reconciler/channel/controller.go
+++ b/control-plane/pkg/reconciler/channel/controller.go
@@ -49,8 +49,8 @@ import (
"knative.dev/eventing/pkg/apis/feature"
- consumergroupclient "knative.dev/eventing-kafka-broker/control-plane/pkg/client/internals/kafka/injection/client"
consumergroupinformer "knative.dev/eventing-kafka-broker/control-plane/pkg/client/injection/informers/internalskafkaeventing/v1alpha1/consumergroup"
+ consumergroupclient "knative.dev/eventing-kafka-broker/control-plane/pkg/client/internals/kafka/injection/client"
"knative.dev/eventing-kafka-broker/control-plane/pkg/prober"
"knative.dev/pkg/controller"
|
style / Golang / Auto-format and Check
Process completed with exit code 1.
|
style / Golang / Lint
golangci-lint exit with code 3
|
style / Golang / Auto-format and Check
Restore cache failed: Dependencies file is not found in /home/runner/work/eventing-kafka-broker/eventing-kafka-broker. Supported file pattern: go.sum
|
style / Golang / Boilerplate Check (go)
Restore cache failed: Dependencies file is not found in /home/runner/work/eventing-kafka-broker/eventing-kafka-broker. Supported file pattern: go.sum
|
style / Golang / Boilerplate Check (sh)
Restore cache failed: Dependencies file is not found in /home/runner/work/eventing-kafka-broker/eventing-kafka-broker. Supported file pattern: go.sum
|
style / suggester / shell
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
style / Golang / Lint
Restore cache failed: Dependencies file is not found in /home/runner/work/eventing-kafka-broker/eventing-kafka-broker. Supported file pattern: go.sum
|