aws-samples / aws-samples/aws-lambda-extensions
Go 1.20 error
Open
- Dominant language
- Go
- Stars
- 487
- Forks
- 144
- PR merge metrics
- No merged PRs in 30d
Description
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
Contributor guide
Assessment
This issue has not been assessed yet.