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: lint-and-build:
runs-on: docker runs-on: docker
container: container:
image: rust:1.83-bullseye image: rust:latest
steps: steps:
- name: Install Node.js - name: Install Node.js
run: | run: |