Skip to content

Commit

Permalink
Merge pull request #42 from krpc/feature/bazel-6.5.0
Browse files Browse the repository at this point in the history
Bazel 6.5.0
  • Loading branch information
djungelorm authored Mar 10, 2024
2 parents 114efd2 + 06429fd commit bd645f9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions .bazelversion
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
6.5.0
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
lint:
runs-on: ubuntu-latest
container:
image: ghcr.io/krpc/buildenv:3.1.1
image: ghcr.io/krpc/buildenv:3.3.0
credentials:
username: ${{ github.actor }}
password: ${{ secrets.github_token }}
Expand All @@ -28,7 +28,7 @@ jobs:
build-krpc2-linux:
runs-on: ubuntu-latest
container:
image: ghcr.io/krpc/buildenv:3.1.1
image: ghcr.io/krpc/buildenv:3.3.0
credentials:
username: ${{ github.actor }}
password: ${{ secrets.github_token }}
Expand Down Expand Up @@ -68,7 +68,7 @@ jobs:
build-krpc2-sln-linux:
runs-on: ubuntu-latest
container:
image: ghcr.io/krpc/buildenv:3.1.1
image: ghcr.io/krpc/buildenv:3.3.0
credentials:
username: ${{ github.actor }}
password: ${{ secrets.github_token }}
Expand Down

0 comments on commit bd645f9

Please sign in to comment.