Omnibus dependency updates; switch to pointer field for LinuxPids.Limit#2682
Merged
helsaawy merged 4 commits intomicrosoft:mainfrom Apr 13, 2026
Merged
Omnibus dependency updates; switch to pointer field for LinuxPids.Limit#2682helsaawy merged 4 commits intomicrosoft:mainfrom
LinuxPids.Limit#2682helsaawy merged 4 commits intomicrosoft:mainfrom
Conversation
Merge multiple dependabot updates (including alerts): - microsoft#2468 - microsoft#2515 - microsoft#2516 - microsoft#2534 - microsoft#2535 - microsoft#2536 - microsoft#2551 - microsoft#2671 - microsoft#2672 - microsoft#2675 - microsoft#2677 - microsoft#2678 - microsoft#2679 - microsoft#2680 - microsoft#2681 Also update several other direct dependencies. Signed-off-by: Hamza El-Saawy <hamzaelsaawy@microsoft.com>
`github.com/opencontainers/runtime-spec/specs-go.LinuxPids.Limit` changed type from `int64` to `*int64` in `v1.3.0`. Update code accordingly. Signed-off-by: Hamza El-Saawy <hamzaelsaawy@microsoft.com>
Signed-off-by: Hamza El-Saawy <hamzaelsaawy@microsoft.com>
jiechen0826
approved these changes
Apr 13, 2026
Signed-off-by: Hamza El-Saawy <hamzaelsaawy@microsoft.com>
anmaxvl
approved these changes
Apr 13, 2026
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.
Merge multiple dependabot updates (including alerts):
- #2468
- #2515
- #2516
- #2534
- #2535
- #2536
- #2551
- #2671
- #2672
- #2675
- #2677
- #2678
- #2679
- #2680
- #2681
(Also update several other direct dependencies.)
github.com/opencontainers/runtime-spec/specs-go.LinuxPids.Limitchanged type fromint64to*int64inv1.3.0, and most dependency updates already bring in and rely on that change.Update code accordingly.
Last commit is
go mod tidyandgo mod vendor, as well as protobuf file regeneration.