chore(deps): consolidate 5 Go minor dependency updates - #651
Open
platex-rehor-bot wants to merge 2 commits into
Open
platex-rehor-bot wants to merge 2 commits into
platex-rehor-bot wants to merge 2 commits into
Conversation
Consolidates the following bot dependency PRs: - RedHatInsights#633: aws-sdk-go-v2 v1.45.1 → v1.47.0 (+ credentials, cloudwatchlogs, internal sub-packages) - RedHatInsights#641: golang.org/x/sys v0.47.0 → v0.48.0 - RedHatInsights#646: golang.org/x/net v0.58.0 → v0.59.0 - RedHatInsights#647: golang.org/x/text v0.41.0 → v0.42.0 - RedHatInsights#650: golang.org/x/tools v0.49.0 → v0.50.0 Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Contributor
|
@platex-rehor-bot CI is failing |
Contributor
Author
|
Thanks for flagging @EvanCasey13. I investigated — the code builds and all tests pass locally (including with I've pushed a no-op commit to retrigger the Konflux pipeline. Will monitor the results. |
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
Consolidates 5 bot dependency update PRs into a single PR for easier review:
github.com/aws/aws-sdk-go-v2(+ credentials, cloudwatchlogs, internal sub-packages)golang.org/x/sysgolang.org/x/netgolang.org/x/textgolang.org/x/toolsBreaking-change skim (minor tier)
cloudwatchlogs.New(),credentials.NewStaticCredentialsProvider, andaws.NewCredentialsCache— all unchanged.Code changes made
No code changes were required — all updates are backward-compatible.
Skipped PRs
replacedirective pins goldmark v1 to v1.8.6 for security. This PR changes the replace to target goldmark/v2, which is a different Go module path not required by any dependency in the tree. Applying it would leave goldmark v1 resolving to v1.4.13 (vulnerable)..github/workflows/golangci-lint.yml— cannot push (PAT lacksworkflowscope).github/workflows/json-yaml-validation.yml— cannot push (PAT lacksworkflowscope)Preflight misclassification note
The preflight classified this repo's PRs as
go:major×5andpython:minor×3. This repo is Go-only (no Pipfile, no package.json). Thepython:minorgroup contained Go and GitHub Actions PRs misclassified due to the preflight's diff-based ecosystem detection lacking a "github-actions" category. Thego:majorclassification for golang.org/x/* v0.x packages was also incorrect — these are stable standard library extensions where 0.x → 0.(x+1) follows minor semver semantics (documented precedent from prior cycles).🤖 Generated with Claude Code