-
Notifications
You must be signed in to change notification settings - Fork 15
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
Version 0.5.0 fails to start on Linux: version `GLIBC_2.34' not found #121
Comments
Maybe it was the wrong choice to bump the Golang version on the Docker containers running the builds? See 5c745a8. |
Overview of glibc versions. Build machines (previous/now) vs. runtime machine. That's probably the culprit: The program is linked to glibc 2.36, thus it is not compatible with previous versions, right?
|
We'd need to go back to Golang 1.18 with the vanilla baseline OCI images.
By choosing a Debian-flavored release, we can still use Golang 1.20, but also better select the glibc version.
|
GH-122, and a subsequent release, will resolve this issue. |
Problem
Thanks for reporting, @WalBeh.
The text was updated successfully, but these errors were encountered: