Wait for deployments #3381
knative-style.yaml
on: pull_request
style
/
changes
2s
style
/
...
/
Auto-format and Check
16s
style
/
...
/
Lint
1m 39s
style
/
...
/
Do Not Submit
6s
style
/
...
/
shell
11s
style
/
...
/
yaml
0s
style
/
...
/
github_actions
0s
Matrix: style / Golang / Boilerplate Check
Annotations
2 errors and 4 warnings
style / Golang / Auto-format and Check:
pkg/reconciler/common/deployments_test.go#L1
Please run goimports.
diff --git a/pkg/reconciler/common/deployments_test.go b/pkg/reconciler/common/deployments_test.go
index 546cd1d..0a75898 100644
--- a/pkg/reconciler/common/deployments_test.go
+++ b/pkg/reconciler/common/deployments_test.go
@@ -18,9 +18,10 @@ package common
import (
"context"
- "knative.dev/pkg/controller"
"testing"
+ "knative.dev/pkg/controller"
+
mf "github.com/manifestival/manifestival"
fake "github.com/manifestival/manifestival/fake"
appsv1 "k8s.io/api/apps/v1"
|
style / Golang / Auto-format and Check
Process completed with exit code 1.
|
style / Golang / Boilerplate Check (go)
Restore cache failed: Dependencies file is not found in /home/runner/work/operator/operator. Supported file pattern: go.sum
|
style / Golang / Auto-format and Check
Restore cache failed: Dependencies file is not found in /home/runner/work/operator/operator. Supported file pattern: go.sum
|
style / Golang / Boilerplate Check (sh)
Restore cache failed: Dependencies file is not found in /home/runner/work/operator/operator. Supported file pattern: go.sum
|
style / Golang / Lint
Restore cache failed: Dependencies file is not found in /home/runner/work/operator/operator. Supported file pattern: go.sum
|