chore(deps): update go module directive to v1.27.0 - #122
Merged
Conversation
renovate
Bot
requested review from
dfangl,
dominikschubert and
joe4dev
as code owners
August 22, 2026 00:51
This was referenced Aug 31, 2026
carole-lavillonniere
added a commit
that referenced
this pull request
Aug 31, 2026
Go 1.27 enables the jsonv2 experiment by default, reimplementing encoding/json and making json.RawMessage an alias for jsontext.Value. The repo inherited this from #122, which bumped the go directive from 1.26.6 to 1.27.0 -- that directive is a minimum toolchain requirement, so GOTOOLCHAIN =auto then builds everything with go1.27 and its default experiments. This emulator serializes customer Lambda payloads, so swapping JSON implementation should be a deliberate, tested decision rather than a side effect of a toolchain bump. Pin it off for now. There is no GODEBUG opt-out -- jsonv2 is selected at compile time via build tags -- so it must be an environment variable. Exporting it from the Makefile covers local builds, the docker targets (which re-enter this Makefile in the container) and CI, which invokes only make targets. Fixes the localstack branch, red since Aug 22, without touching the upstream test that the experiment broke.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
1.26.6→1.27.0Release Notes
golang/go (go)
v1.27.0v1.26.7Configuration
📅 Schedule: (UTC)
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.