[WIP] tasks #4620
knative-verify.yaml
on: pull_request
verify
/
Verify Deps and Codegen
4m 3s
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 945030d..dfdae25 100644
--- a/go.mod
+++ b/go.mod
@@ -51,7 +51,6 @@ require (
golang.org/x/sync v0.4.0
golang.org/x/term v0.13.0
gopkg.in/yaml.v2 v2.4.0
- gopkg.in/yaml.v3 v3.0.1
gotest.tools/v3 v3.4.0
k8s.io/api v0.27.6
k8s.io/apimachinery v0.27.6
@@ -242,6 +241,7 @@ require (
gopkg.in/inf.v0 v0.9.1 // indirect
gopkg.in/ini.v1 v1.67.0 // indirect
gopkg.in/warnings.v0 v0.1.2 // indirect
+ gopkg.in/yaml.v3 v3.0.1 // indirect
k8s.io/apiextensions-apiserver v0.27.6 // indirect
k8s.io/cli-runtime v0.25.9 // indirect
k8s.io/klog/v2 v2.100.1 // 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/func/func. Supported file pattern: go.sum
|