ubuntu-latest go-1.23 tls: failed to verify certificate: x509 #11435
Closed
ehrktia
started this conversation in
Image configuration
Replies: 1 comment 2 replies
-
Hi @ehrktia , It would be helpful, if could share a sample workflow to fix the issue. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
hi,
In my runner i am using
ubuntu-latest
withgo-1.23
in my action.Seems, when i try to run
go mod tidy
it producestls: failed to verify certificate: x509
error for one of the module ingo.mod
.i have tried to run the command in my environment locally works fine.
Is there any pointers or docs i can refer to fix this.
Thanks for help in advance.
Beta Was this translation helpful? Give feedback.
All reactions