-
Notifications
You must be signed in to change notification settings - Fork 14
Closed
Description
Love the update/patches!
We're experiencing errors running the new CLI in some environments.
uaa: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.34' not found (required by uaa)
uaa: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.32' not found (required by uaa)The changes in GOLANG 1.20 require the user to provide a larger runtime VS GOLANG packaging/delivering the runtime components with each release.
OR
set CGO_ENABLED=0 to disable the CGO runtimes and use pure GOLANG.
Metadata
Metadata
Assignees
Labels
No labels
Type
Projects
Status
Done