[TEST-ONLY] [WIP] debug kourier tls runtime failure #10483
Annotations
2 errors and 1 warning
Verify goimports:
pkg/http/proxy.go#L1
Please run goimports.
diff --git a/pkg/http/proxy.go b/pkg/http/proxy.go
index fa756bb..70b7fc5 100644
--- a/pkg/http/proxy.go
+++ b/pkg/http/proxy.go
@@ -18,13 +18,14 @@ package http
import (
"crypto/tls"
- "golang.org/x/net/http2"
"log"
"net"
"net/http"
"net/http/httputil"
"time"
+ "golang.org/x/net/http2"
+
netheader "knative.dev/networking/pkg/http/header"
)
|
Verify goimports
Process completed with exit code 1.
|
Set up Go
Restore cache failed: Dependencies file is not found in /home/runner/work/serving/serving. Supported file pattern: go.sum
|
Loading