Bring back kourier tls f #16
knative-style.yaml
on: pull_request
style
/
changes
2s
style
/
...
/
Auto-format and Check
15s
style
/
...
/
Lint
2m 5s
style
/
...
/
Do Not Submit
6s
style
/
...
/
shell
0s
style
/
...
/
yaml
0s
style
/
...
/
github_actions
8s
Matrix: style / Golang / Boilerplate Check
Annotations
5 errors and 7 warnings
style / Golang / Auto-format and Check:
test/conformance/runtime/readiness_probe_test.go#L1
Please run goimports.
diff --git a/test/conformance/runtime/readiness_probe_test.go b/test/conformance/runtime/readiness_probe_test.go
index f83336e..4232a90 100644
--- a/test/conformance/runtime/readiness_probe_test.go
+++ b/test/conformance/runtime/readiness_probe_test.go
@@ -23,8 +23,6 @@ import (
"context"
"errors"
"fmt"
- "knative.dev/serving/pkg/apis/autoscaling"
- v1 "knative.dev/serving/pkg/apis/serving/v1"
"net"
"net/http"
"net/url"
@@ -33,6 +31,9 @@ import (
"testing"
"time"
+ "knative.dev/serving/pkg/apis/autoscaling"
+ v1 "knative.dev/serving/pkg/apis/serving/v1"
+
corev1 "k8s.io/api/core/v1"
metav1 "k8s.io/apimachinery/pkg/apis/meta/v1"
"k8s.io/apimachinery/pkg/util/wait"
|
style / Golang / Auto-format and Check
Process completed with exit code 1.
|
style / Golang / Lint:
test/conformance/runtime/readiness_probe_test.go#L26
File is not properly formatted (gofumpt)
|
style / Golang / Lint:
test/conformance/runtime/readiness_probe_test.go#L132
ineffectual assignment to envs (ineffassign)
|
style / Golang / Lint
issues found
|
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 / suggester / github_actions
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 (sh)
Restore cache failed: Dependencies file is not found in /home/runner/work/serving/serving. Supported file pattern: go.sum
|
style / Golang / Auto-format and Check
Restore cache failed: Dependencies file is not found in /home/runner/work/serving/serving. Supported file pattern: go.sum
|
style / Golang / Boilerplate Check (go)
Restore cache failed: Dependencies file is not found in /home/runner/work/serving/serving. Supported file pattern: go.sum
|
style / Golang / Lint
Restore cache failed: Dependencies file is not found in /home/runner/work/serving/serving. Supported file pattern: go.sum
|