chore: bump ginkgo/gomega/protobuf and target Go 1.26#23
Merged
Conversation
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>
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.
What
bsm/ginkgov1.16.4 → v1.16.5,bsm/gomegav1.16.0 → v1.27.10google.golang.org/protobufv1.33.0 → v1.36.11godirective 1.19 → 1.26.0, and CI refreshed accordinglyWhy
google.golang.org/protobufv1.36 requires Go 1.23+, so the previousgo 1.19directive and the[1.19.x, 1.20.x]CI matrix no longer build. The matrix moves to1.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 ./...andgo test ./...pass under Go 1.26.0.