Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

use go install to install build-lambda-zip. #388

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

Conversation

shogo82148
Copy link

Issue #, if available:

fixes aws/aws-lambda-go#463

Description of changes:

go 1.18 removed the ability to use go get to install binaries.
we should use go install instead.

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

go 1.18 removed the ability to use `go get` to install binaries.
we should use `go install` instead.
fixes aws/aws-lambda-go#463
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Users unable to get get build-lambda-zip (Failed on MacOS, Windows 10 and 11)
1 participant