Skip to content

Add s2i to the func-utils image #5446

Add s2i to the func-utils image

Add s2i to the func-utils image #5446

Triggered via pull request August 28, 2024 15:05
Status Failure
Total duration 3m 27s
Artifacts

knative-verify.yaml

on: pull_request
verify  /  Verify Deps and Codegen
3m 18s
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 2757bb2..59081e4 100644 --- a/go.mod +++ b/go.mod @@ -59,6 +59,7 @@ require ( k8s.io/api v0.30.3 k8s.io/apimachinery v0.30.3 k8s.io/client-go v1.5.2 + k8s.io/klog/v2 v2.130.1 knative.dev/client-pkg v0.0.0-20240808015000-22f598931483 knative.dev/eventing v0.42.1-0.20240827090532-ecae8953ff0c knative.dev/hack v0.0.0-20240814130635-06f7aff93954 @@ -282,7 +283,6 @@ require ( k8s.io/apiextensions-apiserver v0.30.3 // indirect k8s.io/apiserver v0.30.3 // indirect k8s.io/cli-runtime v0.29.2 // indirect - k8s.io/klog/v2 v2.130.1 // indirect k8s.io/kube-openapi v0.0.0-20240808142205-8e686545bdb8 // indirect k8s.io/utils v0.0.0-20240711033017-18e509b52bc8 // indirect knative.dev/networking v0.0.0-20240808015019-d4c57cd4a1b3 // 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