Skip to content

gomod: consolidate dependency bumps from open PRs - #277

Merged
sravotto merged 1 commit into
mainfrom
sr8/gomod/consolidated-dep-bumps-2026-06-29
Jun 29, 2026
Merged

gomod: consolidate dependency bumps from open PRs#277
sravotto merged 1 commit into
mainfrom
sr8/gomod/consolidated-dep-bumps-2026-06-29

Conversation

@sravotto

Copy link
Copy Markdown
Contributor

Summary

Consolidates the open dependabot go.mod PRs into a single branch so they land together with one CI run.

Bumps

Module From To Supersedes
go directive 1.26.2 1.26.4 (latest 1.26 patch)
github.com/cockroachdb/crlfmt 0.4.0 0.5.2 #271
golang.org/x/tools 0.45.0 0.46.0 #272
github.com/cockroachdb/field-eng-powertools 0.2.0 0.2.1 #273
github.com/cockroachdb/errors 1.13.0 1.14.0 #274
github.com/prometheus/common 0.68.1 0.69.0 #275

The Dockerfile pins golang:1.26 (floats to the latest patch) and all workflows use go-version-file: 'go.mod', so no other files need updating for the Go version bump.

Test plan

  • go mod tidy clean
  • go build ./... clean
  • go vet ./... clean
  • go test ./... passes locally
  • CI green

Bump go to 1.26.4 and the following modules:
  - github.com/cockroachdb/crlfmt 0.4.0 -> 0.5.2
  - github.com/cockroachdb/errors 1.13.0 -> 1.14.0
  - github.com/cockroachdb/field-eng-powertools 0.2.0 -> 0.2.1
  - github.com/prometheus/common 0.68.1 -> 0.69.0
  - golang.org/x/tools 0.45.0 -> 0.46.0

Consolidates PRs #271, #272, #273, #274, #275.
@sravotto
sravotto merged commit 743fb6d into main Jun 29, 2026
7 checks passed
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