aws-samples / aws-lambda-extensions

A collection of sample extensions to help you get started with AWS Lambda Extensions
MIT No Attribution
442 stars 145 forks source link

Go 1.20 error #80

Open jledesma-opsguru opened 1 year ago

jledesma-opsguru commented 1 year ago

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

julianwood commented 11 months ago

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