Skip to content

Commit 129d3ca

Browse files
committed
chore(governance): use proper Rust version for remote executor in CI
1 parent 3531b0d commit 129d3ca

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

.github/workflows/ci-pre-commit.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,11 @@ jobs:
3737
profile: minimal
3838
toolchain: nightly-2024-08-04
3939
components: rustfmt, clippy
40+
- uses: actions-rs/toolchain@v1
41+
with:
42+
profile: minimal
43+
toolchain: 1.66.1
44+
components: rustfmt, clippy
4045
- uses: actions-rs/toolchain@v1
4146
with:
4247
profile: minimal

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ repos:
3030
- id: cargo-clippy-remote-executor
3131
name: Cargo clippy for remote executor
3232
language: "rust"
33-
entry: cargo +nightly-2023-03-01 clippy --manifest-path ./governance/remote_executor/Cargo.toml --tests --fix --allow-dirty --allow-staged -- -D warnings
33+
entry: cargo +1.66.1 clippy --manifest-path ./governance/remote_executor/Cargo.toml --tests --fix --allow-dirty --allow-staged -- -D warnings
3434
pass_filenames: false
3535
files: governance/remote_executor
3636
# Hooks for cosmwasm contract

0 commit comments

Comments
 (0)