[release-1.14]: Updated the manifests for release 1.14 operator #3006
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
4m 24s
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 85729f0..f9aadb0 100644
--- a/go.mod
+++ b/go.mod
@@ -13,7 +13,6 @@ require (
gocloud.dev v0.22.0
golang.org/x/mod v0.17.0
golang.org/x/oauth2 v0.19.0
- golang.org/x/sync v0.7.0
google.golang.org/api v0.172.0
istio.io/api v0.0.0-20231206023236-e7cadb36da57
istio.io/client-go v1.18.7
@@ -124,6 +123,7 @@ require (
go.uber.org/multierr v1.11.0 // indirect
golang.org/x/crypto v0.22.0 // indirect
golang.org/x/net v0.24.0 // indirect
+ golang.org/x/sync v0.7.0 // indirect
golang.org/x/sys v0.19.0 // indirect
golang.org/x/term v0.19.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/operator/operator. Supported file pattern: go.sum
|