aws-lambda-extensions icon indicating copy to clipboard operation
aws-lambda-extensions copied to clipboard

Go 1.20 error

Open jledesma-opsguru opened this issue 3 years ago • 1 comments

I got the following error when I use Go 1.20:

/var/task/main: /lib64/libc.so.6: version `GLIBC_2.32' not found (required by /var/task/main)
/var/task/main: /lib64/libc.so.6: version `GLIBC_2.34' not found (required by /var/task/main)
exit status 1

If I change it to Go 1.19 it works

jledesma-opsguru avatar Mar 16 '23 15:03 jledesma-opsguru

Sorry for delay on this. Can you please confirm which example you are trying?

julianwood avatar Oct 02 '23 17:10 julianwood