falcoctl/0.11.4-r3: cve remediation #78080
Open
Octo STS / staging-autofix
completed
Jan 14, 2026 in 0s
Pull request does not have the "staging-autofix" label
elastic-build
The build for the 'falcoctl' package failed due to a Go module resolution error. The 'go mod tidy' command could not find the 'k8s.io/api/networking/v1alpha1' package within the 'k8s.io/api@latest' module (v0.35.0), indicating a dependency mismatch or an incorrect module version.
Confidence: 95%
| ❌ Build error |
Command:go mod tidy |
Diagnostic:failed to run 'go mod tidy': exit status 1 with output: go: finding module for package k8s.io/api/networking/v1alpha1 ... module k8s.io/api@latest found (v0.35.0), but does not contain package k8s.io/api/networking/v1alpha1 |
Log Snippets:This snippet shows the exact error message from 'go mod tidy', indicating that the 'k8s.io/api/networking/v1alpha1' package is missing from the downloaded 'k8s.io/api' module version v0.35.0. This is the root cause of the build failure.Error: failed to run update. Error: failed to run 'go mod tidy': exit status 1 with output: go: downloading github.com/sigstore/timestamp-authority/v2 v2.0.3 ... go: finding module for package k8s.io/api/networking/v1alpha1 go: downloading go.opentelemetry.io/otel/sdk v1.39.0 go: downloading go.opentelemetry.io v0.1.0 go: downloading go.opentelemetry.io/otel v1.39.0 go: downloading k8s.io/api v0.35.0 go: github.com/falcosecurity/falcoctl/pkg/driver/distro imports github.com/falcosecurity/driverkit/pkg/driverbuilder imports k8s.io/kubectl/pkg/cmd/exec imports k8s.io/kubectl/pkg/polymorphichelpers imports k8s.io/kubectl/pkg/describe imports k8s.io/api/networking/v1alpha1: module k8s.io/api@latest found (v0.35.0), but does not contain package k8s.io/api/networking/v1alpha1 This is the top-level error indicating that the build for 'falcoctl' failed, which is a direct consequence of the Go module resolution issue.Error: failed to build falcoctl: building group: pod failed: build failed |
Loading