Bump google.golang.org/grpc from 1.78.0 to 1.79.3 - #4906
Merged
Conversation
Bumps [google.golang.org/grpc](https://github.com/grpc/grpc-go) from 1.78.0 to 1.79.3. - [Release notes](https://github.com/grpc/grpc-go/releases) - [Commits](grpc/grpc-go@v1.78.0...v1.79.3) --- updated-dependencies: - dependency-name: google.golang.org/grpc dependency-version: 1.79.3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
Run go mod tidy and go mod vendor in agent/ to sync with the grpc bump in ecs-agent/ from 1.78.0 to 1.79.3.
TheanLim
approved these changes
Mar 24, 2026
singholt
approved these changes
Mar 24, 2026
This was referenced Mar 25, 2026
Merged
singholt
pushed a commit
to singholt/amazon-ecs-agent
that referenced
this pull request
Apr 7, 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.
Summary
Bump google.golang.org/grpc from 1.78.0 to 1.79.3 across both
ecs-agent/andagent/modules.Supersedes #4903 (dependabot PR that only updated
ecs-agent/).Implementation details
ecs-agent/(1.78.0 → 1.79.3) withgo mod tidy+go mod vendorgo mod tidy+go mod vendorinagent/to keep modules in syncTesting
go mod tidy && git diff --exit-code go.mod go.sumpasses for bothecs-agent/andagent/go mod vendor && git diff --exit-code vendor/passes for both modulesNew tests cover the changes: no
Description for the changelog
Housekeeping - Bump google.golang.org/grpc from 1.78.0 to 1.79.3
Additional Information
Does this PR include breaking model changes? If so, Have you added transformation functions?
No
Does this PR include the addition of new environment variables in the README?
No
Licensing
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.