-
Notifications
You must be signed in to change notification settings - Fork 984
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
Add GO 1.23 support #741
base: master
Are you sure you want to change the base?
Add GO 1.23 support #741
Conversation
675915f
to
444f0cf
Compare
Since the PR is open for a while already: Also bumped the GO 1.23 to the "latest" 1.23.2 |
Small poke to @awszhen and @Dylan-AWS since they've processed similar changes in the past. Is there any chance this GO support can be added? |
de5c9ef
to
3d3a2c3
Compare
HI @leoherran-aws , any chance this can get some attention? |
@leoherran-aws Am running into the same problem need to build the lambda's with the latest go version for a security issue and do. not want to install the latest go all the time when running a pipeline |
We've released support for Go 1.23 in our latest images, we just haven't updated this repository with the changes yet. You can install it with this buildspec:
|
Hi @leoherran-aws , Thanks for the update and getting it out there! Although I must say this process for an OpenSource repository is a bit confusing. PR's are ignored and changed are made that are not reflected in code. What's the idea behind this way of working? It also demotives contributing I must say |
Is there a way to know which versions are officially supported? |
740
Description of changes:
This PR adds Support for Go 1.23 (1.23.1 specifically).
Added to all images that already supported 1.22L.
By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.