-
Notifications
You must be signed in to change notification settings - Fork 12
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
deps: bump go-openssl to v1.1.1 #998
Conversation
The latest version fixes a svacer issues.
The 22.04 has OpenSSL 3 required for build.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Won't there be a problem with 22 Ubuntu like there used to be?
I think we can wait for problems to solve it. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
What about this file? Is it used in those workflows? Don't we need to update Ubuntu version here as well?
Lines 1 to 6 in bb93392
# Docker file used in workflows: | |
# full-ci-ce-linux-arm64, create-packages-linux-arm64, tests-ce-linux-arm64 | |
FROM ubuntu:20.04 | |
ARG DEBIAN_FRONTEND=noninteractive | |
ENV TZ=Etc/UTC |
Lines 63 to 69 in bb93392
It installs OpenSSL 3.0.8 directly, so it should work fine. Let's test it with merge. |
The latest version fixes a svacer issues.