Update CI to Rust 1.91 to match local environment
This commit is contained in:
parent
4cd357777f
commit
92c7675141
1 changed files with 1 additions and 1 deletions
|
|
@ -18,7 +18,7 @@ variables:
|
||||||
# Test stage - compile and check code
|
# Test stage - compile and check code
|
||||||
test:
|
test:
|
||||||
stage: test
|
stage: test
|
||||||
image: rust:1.83-alpine
|
image: rust:1.91-alpine
|
||||||
before_script:
|
before_script:
|
||||||
- apk add --no-cache musl-dev protobuf-dev
|
- apk add --no-cache musl-dev protobuf-dev
|
||||||
- rustup component add rustfmt clippy
|
- rustup component add rustfmt clippy
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue