release 1.10/ack improvement highcpu consumption #1382
This run and associated checks have been archived and are scheduled for deletion.
Learn more about checks retention
knative-verify.yaml
on: pull_request
verify
/
Verify Deps and Codegen
5m 20s
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 6684334..4a97f75 100644
--- a/go.mod
+++ b/go.mod
@@ -29,7 +29,10 @@ require (
knative.dev/reconciler-test v0.0.0-20230420091239-6c21623d2555
)
-require github.com/stretchr/testify v1.8.0
+require (
+ github.com/rickb777/date v1.13.0
+ github.com/stretchr/testify v1.8.0
+)
require (
cloud.google.com/go v0.98.0 // indirect
@@ -97,7 +100,6 @@ require (
github.com/prometheus/common v0.32.1 // indirect
github.com/prometheus/procfs v0.7.3 // indirect
github.com/prometheus/statsd_exporter v0.21.0 // indirect
- github.com/rickb777/date v1.13.0 // indirect
github.com/rickb777/plural v1.2.1 // indirect
github.com/robfig/cron/v3 v3.0.1 // indirect
github.com/rogpeppe/fastuuid v1.2.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/eventing-natss/eventing-natss. Supported file pattern: go.sum
|