-
Notifications
You must be signed in to change notification settings - Fork 221
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
.github/workflows, playbooks: Unbreak 'go mod download'
Currently, the CI is failing because 'go mod download' is encountering an expired TLS certificate: $ go mod download go: github.com/spf13/viper@v1.10.1 requires go.opencensus.io@v0.23.0: 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-23T17:00:16+01:00 is after 2025-01-21T03:43:04Z Therefore, disable the TLS certificate check until the certificate gets updated or the dependency gets removed [1]. [1] https://pkg.go.dev/cmd/go#hdr-Environment_variables #1611
- Loading branch information
1 parent
4b61032
commit 8b62d7e
Showing
4 changed files
with
8 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters