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. #464

Merged
merged 1 commit into from Aug 21, 2022

Conversation

shogo82148
Copy link
Contributor

Issue #, if available:

fixes #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#463
@bmoffatt
Copy link
Collaborator

Thanks for the update!

@bmoffatt bmoffatt merged commit 0f46684 into aws:main Aug 21, 2022
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)
2 participants