Skip to content

Commit a5da9b2

Browse files
committed
gha-ci: instruct bazelisk to use Bazel 7.x
I noticed that our GitHub Actions CI started failing recently. This change fixes the issue by sticking to Bazel 7.x. Change-Id: Iab8b27512e526c2b204421b83a87241827c4aad4 Reviewed-on: https://go-review.googlesource.com/c/protobuf/+/659495 Reviewed-by: Chressie Himpel <[email protected]> LUCI-TryBot-Result: Go LUCI <[email protected]>
1 parent 9f3ed37 commit a5da9b2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: .github/workflows/test.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,6 @@ jobs:
2828
key: ${{ runner.os }}-${{ hashFiles('integration_test.go') }}
2929
- name: Test
3030
env:
31-
# Protobuf 25 does not yet support Bazel 7
32-
USE_BAZEL_VERSION: latest-1
31+
# Protobuf 30 does not yet support anything newer than Bazel 7
32+
USE_BAZEL_VERSION: 7.x
3333
run: go test -run='^TestIntegration$' -v -timeout=60m -count=1 -failfast "$@"

0 commit comments

Comments
 (0)