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
I'm having trouble using xgo to compile my project, WriteFreely. It only occurs when trying to pull dependencies from a git repository that uses a Let's Encrypt certificate. So based on the error message, I believe it's caused by the new Let's Encrypt root certificate changes from late last year, and the xgo Docker image not containing that.
Is there something I can do to work around this?
Steps to reproduce
Get the https://github.com/writefreely/writefreely repository. Checkout hotfix-0.13.2 branch.
Thanks for this report @thebaer, especially all these details. Yeah, as you mentioned it's due to letsencrypt root cert update sept 30, 2021. However as go1.15 is EOL it's not being built anymore.
I'm having trouble using xgo to compile my project, WriteFreely. It only occurs when trying to pull dependencies from a git repository that uses a Let's Encrypt certificate. So based on the error message, I believe it's caused by the new Let's Encrypt root certificate changes from late last year, and the xgo Docker image not containing that.
Is there something I can do to work around this?
Steps to reproduce
Get the
https://github.com/writefreely/writefreely
repository. Checkouthotfix-0.13.2
branch.Run this:
I get the following output:
The text was updated successfully, but these errors were encountered: