Skip to content

Gracefully drain connections when stopping the gateway #1823

Gracefully drain connections when stopping the gateway

Gracefully drain connections when stopping the gateway #1823

Triggered via pull request April 7, 2024 13:59
Status Failure
Total duration 2m 2s
Artifacts

knative-verify.yaml

on: pull_request
verify  /  Verify Deps and Codegen
1m 53s
verify / Verify Deps and Codegen
Fit to window
Zoom out
Zoom in

Annotations

2 errors and 1 warning
verify / Verify Deps and Codegen: go.mod#L1
Please run ./hack/update-codegen.sh. diff --git a/go.mod b/go.mod index 99a32e7..e6e808c 100644 --- a/go.mod +++ b/go.mod @@ -12,6 +12,7 @@ require ( github.com/patrickmn/go-cache v2.1.0+incompatible github.com/pires/go-proxyproto v0.6.1 go.uber.org/zap v1.27.0 + golang.org/x/sync v0.6.0 google.golang.org/genproto/googleapis/rpc v0.0.0-20240318140521-94a12d6c2237 google.golang.org/grpc v1.62.1 google.golang.org/protobuf v1.33.0 @@ -79,7 +80,6 @@ require ( golang.org/x/mod v0.16.0 // indirect golang.org/x/net v0.22.0 // indirect golang.org/x/oauth2 v0.18.0 // indirect - golang.org/x/sync v0.6.0 // indirect golang.org/x/sys v0.18.0 // indirect golang.org/x/term v0.18.0 // indirect golang.org/x/text v0.14.0 // indirect
verify / Verify Deps and Codegen
Process completed with exit code 1.
verify / Verify Deps and Codegen
Restore cache failed: Dependencies file is not found in /home/runner/work/net-kourier/net-kourier. Supported file pattern: go.sum