getsops / sops

Simple and flexible tool for managing secrets
https://getsops.io/
Mozilla Public License 2.0
17.06k stars 880 forks source link

github actions: set rust version globally #1612

Closed duthils closed 2 months ago

duthils commented 2 months ago

Following https://github.com/getsops/sops/pull/1604, we now have two different GH actions requiring a version of Rust.

Rustup allows setting the toolchain version in a file rust-toolchain.toml, allowing to set the Rust version once for all Rust commands.

felixfontein commented 2 months ago

@duthils thanks for improving CI!