Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Go builds fail in build_static.sh #19

Open
viscountstyx opened this issue Mar 17, 2022 · 0 comments
Open

Go builds fail in build_static.sh #19

viscountstyx opened this issue Mar 17, 2022 · 0 comments

Comments

@viscountstyx
Copy link

Currently go builds fail inside the alpine container for two reasons:

1.) The alpine 3.8 ca-certificates package does not have an up-to-date Let's Encrypt Root certificate - meaning SSL verification fails for getting the gopkg.in/alecthomas/kingpin.v2 go package. Updating to Alpine 3.14 resolves this as it has a more up to date certificate.

2.) Builds fail with newer versions of golang, where export GO111MODULE=auto is not set as an environment variable in the build script

I've created pull request #18 to resolve both of these. Please review and merge if appropriate :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant