Bump the golang-x-deps group with 3 updates (updated)#1834
Merged
openshift-merge-bot[bot] merged 1 commit intooperator-framework:masterfrom Nov 14, 2025
Merged
Bump the golang-x-deps group with 3 updates (updated)#1834openshift-merge-bot[bot] merged 1 commit intooperator-framework:masterfrom
openshift-merge-bot[bot] merged 1 commit intooperator-framework:masterfrom
Conversation
Bumps the golang-x-deps group with 3 updates: [golang.org/x/mod](https://github.com/golang/mod), [golang.org/x/net](https://github.com/golang/net) and [golang.org/x/text](https://github.com/golang/text). Updates `golang.org/x/mod` from 0.29.0 to 0.30.0 - [Commits](golang/mod@v0.29.0...v0.30.0) Updates `golang.org/x/net` from 0.46.0 to 0.47.0 - [Commits](golang/net@v0.46.0...v0.47.0) Updates `golang.org/x/text` from 0.30.0 to 0.31.0 - [Release notes](https://github.com/golang/text/releases) - [Commits](golang/text@v0.30.0...v0.31.0) --- updated-dependencies: - dependency-name: golang.org/x/mod dependency-version: 0.30.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: golang-x-deps - dependency-name: golang.org/x/net dependency-version: 0.47.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: golang-x-deps - dependency-name: golang.org/x/text dependency-version: 0.31.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: golang-x-deps ... Signed-off-by: dependabot[bot] <support@github.com>
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #1834 +/- ##
=======================================
Coverage 57.49% 57.50%
=======================================
Files 136 136
Lines 12934 12934
=======================================
+ Hits 7437 7438 +1
+ Misses 4342 4341 -1
Partials 1155 1155 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
anik120
approved these changes
Nov 14, 2025
Contributor
Author
|
/approve |
Contributor
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: anik120, rashmigottipati, tmshort The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
e7b9dee
into
operator-framework:master
13 checks passed
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.
Alternative to #1831
Fixes lint issues with using "golang.org/x/net/context", replaced with standard library "context".
Bumps the golang-x-deps group with 3 updates: golang.org/x/mod, golang.org/x/net and golang.org/x/text.
Updates
golang.org/x/modfrom 0.29.0 to 0.30.0Updates
golang.org/x/netfrom 0.46.0 to 0.47.0Updates
golang.org/x/textfrom 0.30.0 to 0.31.0updated-dependencies:
Description of the change:
Motivation for the change:
Reviewer Checklist
/docs