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
I got the following error when I use Go 1.20:
If I change it to Go 1.19 it works