Skip to content

Pull upstream changes into main, upgrade go to 1.24 #39

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

Merged
merged 4 commits into from
Apr 24, 2025

Conversation

dfangl
Copy link
Member

@dfangl dfangl commented Apr 24, 2025

Motivation

The official AWS lambda-runtime-init received some upstream updates. We should update our customized localstack version to include these updates (e.g., the new Golang version).

Changes

  • I added a CODEOWNERS file to this repository to automatically request reviews from lambda service owners for new PRs (to avoid a PR being lost like fix CVE-2025-22872 #38)
  • Update to go 1.24
  • Some changes to upstream testing (not relevant for us)

valerena and others added 3 commits December 11, 2024 17:16
The tests on GitHub run on x86 instances (because arm64 instances don't
have Docker installed) so when running the arm64 tests, invokes take
longer because of the cross-architecture emulation. This caused that
some tests that check remaining time in the function were not landing
on the correct time range.

It's unknown why this delay started manifesting more consistently, we might
want to find a better solution in the future.
* update to 1.24

* fix changes
@dfangl dfangl self-assigned this Apr 24, 2025
@dfangl dfangl force-pushed the upstream-changes branch from 113273d to 9be92e0 Compare April 24, 2025 14:38
@dfangl dfangl requested a review from joe4dev April 24, 2025 14:39
@dfangl dfangl assigned joe4dev and unassigned dfangl Apr 24, 2025
Copy link
Member

@joe4dev joe4dev left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for integrating the upstream changes so quickly 🥇

CODEOWNERS 👍

@dfangl dfangl merged commit 9be92e0 into localstack Apr 24, 2025
1 check passed
@dfangl dfangl deleted the upstream-changes branch April 24, 2025 16:17
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.

4 participants