Skip to content

chore: bump ginkgo/gomega/protobuf and target Go 1.26#23

Merged
dim merged 1 commit into
bsm:mainfrom
antoxas1986:bump-deps
Jun 16, 2026
Merged

chore: bump ginkgo/gomega/protobuf and target Go 1.26#23
dim merged 1 commit into
bsm:mainfrom
antoxas1986:bump-deps

Conversation

@antoxas1986

Copy link
Copy Markdown
Contributor

What

  • Test deps: bsm/ginkgo v1.16.4 → v1.16.5, bsm/gomega v1.16.0 → v1.27.10
  • google.golang.org/protobuf v1.33.0 → v1.36.11
  • go directive 1.19 → 1.26.0, and CI refreshed accordingly

Why

google.golang.org/protobuf v1.36 requires Go 1.23+, so the previous go 1.19 directive and the [1.19.x, 1.20.x] CI matrix no longer build. The matrix moves to 1.26.x (latest stable), and the workflow actions (checkout/cache/setup-go) are bumped to current majors so the toolchain installs on present-day runners.

Verification

go vet ./... and go test ./... pass under Go 1.26.0.

Updates test deps (bsm/ginkgo v1.16.4 -> v1.16.5, bsm/gomega v1.16.0 ->
v1.27.10) and google.golang.org/protobuf v1.33.0 -> v1.36.11.

protobuf v1.36 requires Go 1.23+, so the go directive moves to 1.26.0
(latest stable) and the CI test matrix is updated to 1.26.x with the
workflow actions (checkout/cache/setup-go) refreshed to current majors so
the toolchain installs on present-day runners.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
@dim dim merged commit 7cf557b into bsm:main Jun 16, 2026
1 of 2 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.

2 participants