gomod: consolidate dependency bumps#106
Merged
Merged
Conversation
Bump aws-sdk-go-v2 to 1.41.11, aws-sdk-go-v2/config to 1.32.22, aws-sdk-go-v2/service/s3 to 1.103.1, jackc/pgx/v5 to 5.10.0, jedib0t/go-pretty/v6 to 6.8.0, and Go directive to 1.26.4. Consolidates PRs #100, #101, #102, #103, #104, #105. Co-Authored-By: roachdev-claude <roachdev-claude-bot@cockroachlabs.com>
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 several open
go.moddependency bump PRs into a single change.Direct dependency bumps
Go directive
Dockerfile pins
golang:1.26(no patch) and workflows usego-version-file: 'go.mod', so no external Go-version references needed updating.Excluded PRs
golang.org/x/*bumps are already at or above the target versions in main (resolved by prior consolidation in gomod: consolidate dependency bumps #99). This PR can be closed.go.modchanges; out of scope for this consolidation.Test plan
go mod tidygo build ./...go vet ./...go test ./...(unit tests pass; pre-existing integration tests that require local Minio/CRDB are skipped locally and will run in CI)