Skip to content

Commit

Permalink
ci: use rust 1.74
Browse files Browse the repository at this point in the history
  • Loading branch information
mattyg committed Feb 8, 2024
1 parent 6b056fa commit e947b6a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/install-release-all.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
uses: actions-rs/toolchain@v1
with:
override: true
toolchain: stable
toolchain: 1.74
- name: install Go stable
uses: actions/setup-go@v4
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/install-release-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
uses: actions-rs/toolchain@v1
with:
override: true
toolchain: 1.71.1
toolchain: 1.74
- name: install Go stable
uses: actions/setup-go@v4
with:
Expand Down

0 comments on commit e947b6a

Please sign in to comment.