We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9f3ed37 commit a5da9b2Copy full SHA for a5da9b2
.github/workflows/test.yml
@@ -28,6 +28,6 @@ jobs:
28
key: ${{ runner.os }}-${{ hashFiles('integration_test.go') }}
29
- name: Test
30
env:
31
- # Protobuf 25 does not yet support Bazel 7
32
- USE_BAZEL_VERSION: latest-1
+ # Protobuf 30 does not yet support anything newer than Bazel 7
+ USE_BAZEL_VERSION: 7.x
33
run: go test -run='^TestIntegration$' -v -timeout=60m -count=1 -failfast "$@"
0 commit comments