Skip to content

Commit

Permalink
update bazel version
Browse files Browse the repository at this point in the history
  • Loading branch information
liubang committed Jun 20, 2024
1 parent eb76049 commit 162ca0c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/integrate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
fetch-depth: 0
- uses: actions/setup-go@v3
with:
go-version: "^1.19.0"
go-version: "^1.22.0"
- uses: actions/cache@v3
env:
cache-name: bazel-${{ matrix.GCC }}
Expand All @@ -55,7 +55,7 @@ jobs:
fetch-depth: 0
- uses: actions/setup-go@v3
with:
go-version: "^1.19.0"
go-version: "^1.22.0"
- uses: actions/cache@v3
env:
cache-name: bazel-coverage
Expand Down

0 comments on commit 162ca0c

Please sign in to comment.