Skip to content
This repository has been archived by the owner on Jun 5, 2024. It is now read-only.

Fix serverless go example #72

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

tomplus
Copy link

@tomplus tomplus commented Jan 8, 2024

Fixes issue #4

and also an error which I faced trying to start it locally.

/var/task/bootstrap: /lib64/libc.so.6: version `GLIBC_2.34' not found (required by /var/task/bootstrap)

Description of changes:

I've added a step to call go init module to create go.mod required in following steps. I've also added CGO_ENABLED=0 flag to build staticaly-linked app. Alternatively I can add it to the troubleshooting section in the readme file instead.

Thanks!

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant