You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
When executing the make build command to compile k9s from source it fails when fetching additional go resources.
The certificate of the resources to fetch expired today.
To Reproduce
Steps to reproduce the behavior:
clone the repo
run: make build
Historical Documents
n/a
Expected behavior
Build finishes successful.
Screenshots
Following error message in CLI:
../../../../go/pkg/mod/cloud.google.com/go@v0.112.1/internal/trace/trace.go:25:2: unrecognized import path "go.opencensus.io": https fetch: Get "https://go.opencensus.io/?go-get=1": tls: failed to verify certificate: x509: certificate has expired or is not yet valid: current time 2025-01-21T13:13:59+01:00 is after 2025-01-21T03:43:04Z
../../../../go/pkg/mod/google.golang.org/api@v0.171.0/transport/grpc/dial.go:21:2: unrecognized import path "go.opencensus.io": https fetch: Get "https://go.opencensus.io/?go-get=1": tls: failed to verify certificate: x509: certificate has expired or is not yet valid: current time 2025-01-21T13:13:59+01:00 is after 2025-01-21T03:43:04Z
../../../../go/pkg/mod/google.golang.org/api@v0.171.0/transport/http/dial.go:18:2: unrecognized import path "go.opencensus.io": https fetch: Get "https://go.opencensus.io/?go-get=1": tls: failed to verify certificate: x509: certificate has expired or is not yet valid: current time 2025-01-21T13:13:59+01:00 is after 2025-01-21T03:43:04Z
../../../../go/pkg/mod/google.golang.org/api@v0.171.0/transport/http/internal/propagation/http.go:21:2: unrecognized import path "go.opencensus.io": https fetch: Get "https://go.opencensus.io/?go-get=1": tls: failed to verify certificate: x509: certificate has expired or is not yet valid: current time 2025-01-21T13:13:59+01:00 is after 2025-01-21T03:43:04Z
Versions (please complete the following information):
OS: Fedora Linux Asahi Remix 41 (KDE Plasma) aarch64
K9s: v0.32.7 / master
Additional context
N/A
The text was updated successfully, but these errors were encountered:
Describe the bug
When executing the make build command to compile k9s from source it fails when fetching additional go resources.
The certificate of the resources to fetch expired today.
To Reproduce
Steps to reproduce the behavior:
Historical Documents
n/a
Expected behavior
Build finishes successful.
Screenshots
Following error message in CLI:
../../../../go/pkg/mod/cloud.google.com/go@v0.112.1/internal/trace/trace.go:25:2: unrecognized import path "go.opencensus.io": https fetch: Get "https://go.opencensus.io/?go-get=1": tls: failed to verify certificate: x509: certificate has expired or is not yet valid: current time 2025-01-21T13:13:59+01:00 is after 2025-01-21T03:43:04Z
../../../../go/pkg/mod/google.golang.org/api@v0.171.0/transport/grpc/dial.go:21:2: unrecognized import path "go.opencensus.io": https fetch: Get "https://go.opencensus.io/?go-get=1": tls: failed to verify certificate: x509: certificate has expired or is not yet valid: current time 2025-01-21T13:13:59+01:00 is after 2025-01-21T03:43:04Z
../../../../go/pkg/mod/google.golang.org/api@v0.171.0/transport/http/dial.go:18:2: unrecognized import path "go.opencensus.io": https fetch: Get "https://go.opencensus.io/?go-get=1": tls: failed to verify certificate: x509: certificate has expired or is not yet valid: current time 2025-01-21T13:13:59+01:00 is after 2025-01-21T03:43:04Z
../../../../go/pkg/mod/google.golang.org/api@v0.171.0/transport/http/internal/propagation/http.go:21:2: unrecognized import path "go.opencensus.io": https fetch: Get "https://go.opencensus.io/?go-get=1": tls: failed to verify certificate: x509: certificate has expired or is not yet valid: current time 2025-01-21T13:13:59+01:00 is after 2025-01-21T03:43:04Z
Versions (please complete the following information):
Additional context
N/A
The text was updated successfully, but these errors were encountered: