Skip to content

Update dependency go to v1.24.4 - #179

Merged
renovate[bot] merged 1 commit into
mainfrom
renovate/go-1.x
Jun 6, 2025
Merged

Update dependency go to v1.24.4#179
renovate[bot] merged 1 commit into
mainfrom
renovate/go-1.x

Conversation

@renovate

@renovaterenovateBot commented Jun 6, 2025

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

PackageTypeUpdateChange
go (source)toolchainpatch1.24.3 -> 1.24.4

Release Notes

golang/go (go)

v1.24.4


Configuration

📅 Schedule: Branch creation - Only on Sunday and Saturday ( * * * * 0,6 ) in timezone Asia/Tokyo, Automerge - At any time (no schedule defined).

🚦 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.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate
renovateBot enabled auto-merge (squash) June 6, 2025 21:43
@renovate
renovateBot merged commit 166a877 into mainJun 6, 2025
@renovate
renovateBot deleted the renovate/go-1.x branch June 6, 2025 21:45
bootjp added a commit that referenced this pull request Apr 30, 2026
- Adapters fields are now *Adapter pointers (Gemini #98). Nil ->
excluded, non-nil empty -> included-with-no-scopes, non-nil
populated -> normal. Previous non-pointer struct collapsed both
"excluded" and "included-empty" into the same on-disk shape;
gemini's reference (don't silently drop entries during
serialization) was the right call. Test
TestAdaptersStruct_NilVsEmptyDistinguishedOnDisk covers it.
- KeymapReader.Next now validates the base64-encoded `original`
field at parse time (Codex P1 #179). Previously the JSON parsed
fine and the bad base64 surfaced lazily on Original() — that
defers corruption detection past initial ingest. Test
TestKeymapReader_RejectsMalformedBase64AtParseTime locks in the
parse-time validation.
- ReadManifest now rejects trailing bytes via dec.More() (Codex P2
#194). Two manifests concatenated, garbage tails, partial-write
artifacts: all surface as ErrInvalidManifest. Tests
TestReadManifest_RejectsTrailingBytes and
TestReadManifest_RejectsTrailingNonWhitespace.
- Test name TestKeymapReader_AcceptsBlankLinesByPolicy renamed to
TestKeymapReader_RejectsBlankLines (Gemini #160). The test was
already asserting rejection; only the name was misleading.
Sign up for freeto 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.

0 participants