Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
name: cargo clippy
runs-on: ubuntu-latest
container:
image: rust:1.86-bookworm
image: rust:1.87-bookworm
steps:
- uses: actions/checkout@v3
- name: Install protobuf compiler
Expand All @@ -51,7 +51,7 @@ jobs:
pull-requests: write
actions: read
container:
image: rust:1.86-bookworm
image: rust:1.87-bookworm
steps:
- uses: actions/checkout@v3
- name: Install protobuf compiler
Expand All @@ -78,7 +78,7 @@ jobs:
name: cargo test docs
runs-on: ubuntu-latest
container:
image: rust:1.86-bookworm
image: rust:1.87-bookworm
steps:
- uses: actions/checkout@v3
- name: Install protobuf compiler
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.tap_aggregator
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM rust:1.86-bookworm as build
FROM rust:1.87-bookworm as build

WORKDIR /root

Expand Down