Fix hardcoded knative-eventing namespace in eventingControllerSAName #7033
knative-style.yaml
on: pull_request
style
/
changes
2s
style
/
...
/
Auto-format and Check
22s
style
/
...
/
Lint
3m 38s
style
/
...
/
Do Not Submit
5s
style
/
...
/
shell
0s
style
/
...
/
yaml
0s
style
/
...
/
github_actions
0s
Matrix: style / Golang / Boilerplate Check
Annotations
2 errors and 6 warnings
style / Golang / Auto-format and Check:
pkg/apis/messaging/v1/in_memory_channel_validation.go#L1
Please run goimports.
diff --git a/pkg/apis/messaging/v1/in_memory_channel_validation.go b/pkg/apis/messaging/v1/in_memory_channel_validation.go
index 9efc58e..25a4c12 100644
--- a/pkg/apis/messaging/v1/in_memory_channel_validation.go
+++ b/pkg/apis/messaging/v1/in_memory_channel_validation.go
@@ -19,6 +19,7 @@ package v1
import (
"context"
"fmt"
+
"knative.dev/pkg/system"
"knative.dev/pkg/apis"
|
style / Golang / Auto-format and Check
Process completed with exit code 1.
|
style / changes
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
style / Golang / Do Not Submit
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
style / Golang / Boilerplate Check (go)
Restore cache failed: Dependencies file is not found in /home/runner/work/eventing/eventing. Supported file pattern: go.sum
|
style / Golang / Auto-format and Check
Restore cache failed: Dependencies file is not found in /home/runner/work/eventing/eventing. Supported file pattern: go.sum
|
style / Golang / Boilerplate Check (sh)
Restore cache failed: Dependencies file is not found in /home/runner/work/eventing/eventing. Supported file pattern: go.sum
|
style / Golang / Lint
Restore cache failed: Dependencies file is not found in /home/runner/work/eventing/eventing. Supported file pattern: go.sum
|