[TEST-ONLY] [WIP] debug kourier tls runtime failure #10480
knative-style.yaml
on: pull_request
style
/
changes
3s
style
/
...
/
Auto-format and Check
17s
style
/
...
/
Lint
3m 36s
style
/
...
/
Do Not Submit
11s
style
/
...
/
shell
0s
style
/
...
/
yaml
27s
style
/
...
/
github_actions
0s
Matrix: style / Golang / Boilerplate Check
Annotations
5 errors and 6 warnings
style / Golang / Auto-format and Check:
pkg/http/proxy.go#L1
Please run goimports.
diff --git a/pkg/http/proxy.go b/pkg/http/proxy.go
index 8ed0e99..25b7ca4 100644
--- a/pkg/http/proxy.go
+++ b/pkg/http/proxy.go
@@ -17,10 +17,11 @@ limitations under the License.
package http
import (
- "golang.org/x/net/http2"
"net/http"
"net/http/httputil"
+ "golang.org/x/net/http2"
+
netheader "knative.dev/networking/pkg/http/header"
)
|
style / Golang / Auto-format and Check
Process completed with exit code 1.
|
style / suggester / yaml
Process completed with exit code 255.
|
style / Golang / Lint:
test/conformance/runtime/readiness_probe_test.go#L129
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 / 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 / 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 (sh)
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
|