Conversation
….25 (sonic-net#755) Backport of sonic-net#755 to 202605. Conflict resolution: took the incoming (sonic-net#755) side throughout go.mod/go.sum/Makefile dependency bumps; 202605 had older pinned versions of grpc, x/crypto, x/net, testify, and related transitive deps that predate this upgrade. Signed-off-by: xq9mend <xq9mend@users.noreply.github.com>
|
Azure Pipelines: There may be pipelines that require an authorized user to comment /azp run to run. |
Contributor
|
/azp run |
|
Azure Pipelines: Successfully started running 1 pipeline(s). |
Contributor
Author
Contributor
|
Hi, there are workflow run(s) waiting for approval, you may be first-time contributor. I will notify maintainers to help approve once PR is approved. Thanks! ---Powered by SONiC BuildBot
|
Backport conflict resolution accidentally dropped 5 go.sum entries for github.com/gogo/protobuf (v1.1.1 through v1.3.2) that exist in the original commit sonic-net#755 but were caught by the automated conflict resolution. This broke the memory-leak and integration test jobs which need protoc-gen-gofast from gogo/protobuf: missing go.sum entry for module providing package github.com/gogo/protobuf/protoc-gen-gofast Signed-off-by: xq9mend <xq9mend@users.noreply.github.com>
hdwhdw
approved these changes
Sep 15, 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.
Backport of #755 to 202605.
Conflict resolution: took the incoming (#755) side throughout go.mod/go.sum/Makefile dependency bumps; 202605 had older pinned versions of grpc, x/crypto, x/net, testify, and related transitive deps that predate this upgrade.