Skip to content

Update Go dependencies for v3.10 release#18024

Merged
codesome merged 3 commits intomainfrom
codesome/3-10-go-deps
Feb 10, 2026
Merged

Update Go dependencies for v3.10 release#18024
codesome merged 3 commits intomainfrom
codesome/3-10-go-deps

Conversation

@codesome
Copy link
Member

@codesome codesome commented Feb 5, 2026

Updates Go deps in preparation for v3.10 release.

Ran make update-all-go-deps

Note: I had to manually add replace cloud.google.com/go => cloud.google.com/go v0.123.0 om 2 places because they decided to break apart the module into smaller modules and it was creating ambiguous import errors.

Which issue(s) does the PR fix:

Does this PR introduce a user-facing change?

NONE

@codesome codesome requested review from a team, brancz and juliusv as code owners February 5, 2026 22:17
@codesome codesome force-pushed the codesome/3-10-go-deps branch from 4c397ee to 4fe1132 Compare February 5, 2026 23:21
@roidelapluie
Copy link
Member

otel dependencies fail; probably a version mismatch

@codesome codesome force-pushed the codesome/3-10-go-deps branch 2 times, most recently from e8eb9e1 to 2f678b7 Compare February 9, 2026 20:44
@codesome
Copy link
Member Author

codesome commented Feb 9, 2026

@roidelapluie I have fixed the issues now

Copy link
Member

@roidelapluie roidelapluie left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM but needs rebase now :)

Signed-off-by: Ganesh Vernekar <ganesh.vernekar@reddit.com>
Signed-off-by: Ganesh Vernekar <ganesh.vernekar@reddit.com>
@codesome codesome force-pushed the codesome/3-10-go-deps branch from 2f678b7 to 847e474 Compare February 10, 2026 20:39
…dentialsFile

Signed-off-by: Ganesh Vernekar <ganesh.vernekar@reddit.com>
}
opts = append(opts, option.WithCredentials(creds))
opts = append(opts, option.WithAuthCredentialsFile(option.ServiceAccount, cfg.CredentialsFile))
} else {
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

For all the new review tags, it is for this change. Lint complained about deprecation.

@codesome
Copy link
Member Author

I am merging it for now since the last commit is small and harmless. If you have any comments/concerns I will fix it in a follow up PR.

@codesome codesome merged commit 873fdf2 into main Feb 10, 2026
32 checks passed
@codesome codesome deleted the codesome/3-10-go-deps branch February 10, 2026 22:30
Sign up for free to 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.

2 participants