Skip to content

Commit cd1469a

Browse files
authored
Upgrade minor Bazel versions in CI (#159)
* 6.0.0 -> 6.5.0 * 5.3.2 -> 5.4.1
1 parent eaac343 commit cd1469a

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

.fasterci/config.yaml

+4-4
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33
workflows:
44

55
- &build_workflow
6-
name: Faster CI / build (6.0.0)
6+
name: Faster CI / build (6.5.0)
77
env:
8-
USE_BAZEL_VERSION: "6.0.0"
8+
USE_BAZEL_VERSION: "6.5.0"
99
image: us.gcr.io/fasterci/bazelbuilder:5e59f651dbb5
1010
on:
1111
push:
@@ -32,6 +32,6 @@ workflows:
3232
run: bazel run //:buildifier-check
3333

3434
- <<: *build_workflow
35-
name: Faster CI / build (5.3.1)
35+
name: Faster CI / build (5.4.1)
3636
env:
37-
USE_BAZEL_VERSION: "5.3.1"
37+
USE_BAZEL_VERSION: "5.4.1"

.github/workflows/ci.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ jobs:
1414
strategy:
1515
matrix:
1616
bazel-version:
17-
- 6.0.0
18-
- 5.3.1
17+
- 6.5.0
18+
- 5.4.1
1919
env:
2020
USE_BAZEL_VERSION: ${{ matrix.bazel-version }}
2121
steps:

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
build:
1313
runs-on: ubuntu-20.04
1414
env:
15-
USE_BAZEL_VERSION: 5.3.1
15+
USE_BAZEL_VERSION: 6.5.0
1616
steps:
1717
- name: Checkout
1818
uses: actions/checkout@v3

examples/.bazelversion

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
5.3.1
1+
5.4.1

0 commit comments

Comments
 (0)