Skip to content

Combine non-major Dependabot Go bumps#417

Merged
amishas157 merged 1 commit intorelease-v20260505from
combined-non-major-deps
Apr 30, 2026
Merged

Combine non-major Dependabot Go bumps#417
amishas157 merged 1 commit intorelease-v20260505from
combined-non-major-deps

Conversation

@amishas157
Copy link
Copy Markdown
Contributor

Summary

Consolidates the open Dependabot Go bumps into one PR targeting `release-v20260505`. No major upgrades.

Applied

Package From To Source
cloud.google.com/go/storage 1.42.0 1.62.1 #409
github.com/lib/pq 1.10.9 1.12.3 #409
github.com/sirupsen/logrus 1.9.3 1.9.4 #409
github.com/spf13/cobra 1.7.0 1.10.2 #409
github.com/spf13/viper 1.17.0 1.21.0 #409
github.com/stellar/go-stellar-sdk pseudo-version 0.5.0 #409
go.opentelemetry.io/otel 1.39.0 1.43.0 #415 wanted 1.41.0; bumped further because cloud.google.com/go/storage 1.62.1 requires otel ≥ 1.43.0

go mod tidy resolved transitive bumps consistent with what the source PRs proposed.

Test plan

  • go build ./... clean
  • go test ./internal/... and ./cmd/... pass for all internal/* packages (input, toid, transform, utils)
  • cmd integration tests fail with the same "binary not found" error on the base release-v20260505pre-existing, not caused by these bumps; they require the built binary in PATH
  • CI run on this PR

Supersedes #409 and #415 — close those once this is green.

Consolidates the open dependency bumps so reviewers don't have to chase
near-identical Dependabot PRs. No major upgrades.

Applied:
- cloud.google.com/go/storage 1.42.0 -> 1.62.1
- github.com/lib/pq 1.10.9 -> 1.12.3
- github.com/sirupsen/logrus 1.9.3 -> 1.9.4
- github.com/spf13/cobra 1.7.0 -> 1.10.2
- github.com/spf13/viper 1.17.0 -> 1.21.0
- github.com/stellar/go-stellar-sdk pseudo -> 0.5.0
- go.opentelemetry.io/otel 1.39.0 -> 1.43.0 (PR #415 was 1.41.0;
  bumped to 1.43.0 because cloud.google.com/go/storage 1.62.1 requires it)

Transitive bumps resolved by go mod tidy.

Supersedes #409 and #415.
@amishas157 amishas157 requested a review from a team as a code owner April 30, 2026 18:29
@amishas157 amishas157 merged commit 4c1e8d4 into release-v20260505 Apr 30, 2026
8 checks passed
@amishas157 amishas157 deleted the combined-non-major-deps branch April 30, 2026 18:42
amishas157 added a commit that referenced this pull request May 5, 2026
Consolidates the open dependency bumps so reviewers don't have to chase
near-identical Dependabot PRs. No major upgrades.

Applied:
- cloud.google.com/go/storage 1.42.0 -> 1.62.1
- github.com/lib/pq 1.10.9 -> 1.12.3
- github.com/sirupsen/logrus 1.9.3 -> 1.9.4
- github.com/spf13/cobra 1.7.0 -> 1.10.2
- github.com/spf13/viper 1.17.0 -> 1.21.0
- github.com/stellar/go-stellar-sdk pseudo -> 0.5.0
- go.opentelemetry.io/otel 1.39.0 -> 1.43.0 (PR #415 was 1.41.0;
  bumped to 1.43.0 because cloud.google.com/go/storage 1.62.1 requires it)

Transitive bumps resolved by go mod tidy.

Supersedes #409 and #415.
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.

1 participant