Skip to content

Commit 52de2e4

Browse files
committed
ci: upgrade rust to 1.87 in workflow
Signed-off-by: Natanael Mojica <[email protected]>
1 parent b091cff commit 52de2e4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/tests.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
name: cargo clippy
2626
runs-on: ubuntu-latest
2727
container:
28-
image: rust:1.86-bookworm
28+
image: rust:1.87-bookworm
2929
steps:
3030
- uses: actions/checkout@v3
3131
- name: Install protobuf compiler
@@ -51,7 +51,7 @@ jobs:
5151
pull-requests: write
5252
actions: read
5353
container:
54-
image: rust:1.86-bookworm
54+
image: rust:1.87-bookworm
5555
steps:
5656
- uses: actions/checkout@v3
5757
- name: Install protobuf compiler
@@ -78,7 +78,7 @@ jobs:
7878
name: cargo test docs
7979
runs-on: ubuntu-latest
8080
container:
81-
image: rust:1.86-bookworm
81+
image: rust:1.87-bookworm
8282
steps:
8383
- uses: actions/checkout@v3
8484
- name: Install protobuf compiler

0 commit comments

Comments
 (0)