fix(ci): use rust:latest to support edition2024
Some checks failed
Lint and Build / lint-and-build (push) Failing after 3m10s

This commit is contained in:
goose 2026-03-13 11:05:10 -03:00
parent 6938a58dc5
commit 512f75d02b

View file

@ -8,7 +8,7 @@ jobs:
lint-and-build:
runs-on: docker
container:
image: rust:1.83-bullseye
image: rust:latest
steps:
- name: Install Node.js
run: |