Closed cbrewster closed 4 years ago
@cbrewster any way to get our hands on a tarball of ballerina so we don't block the build on their SSL cert? Thanks for reaching out to them directly!
Heard back from Ballerina people, they are working on fixing the cert issue.
Good work, this PRs short and easy to review! Promoting to bop
.
unbooping: approved
This fixes 3 different issues with CI:
Ballerina lang's dist website has an expired cert. I've reached out on their Slack, hopefully this will get fixed so we don't have to change anything here. (Once fixed, I'll remove the commit that disables cert checking for Ballerina)(cert was fixed)go.toml
Go version pinning was not working properly. I got around this by downloading go directly from golang's site, and installing it at/usr/local/go/
and then updating the$PATH
to include the downloaded version of Go. This allows the image building to use a different version of Go than the version we pin and use as the default Go when the container is used.