Skip to content

Commit

Permalink
ci: bump the rust-toolchain version
Browse files Browse the repository at this point in the history
  • Loading branch information
NickLarsenNZ committed Jul 12, 2024
1 parent 00eab76 commit 330349c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pr_cockpit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ on:
- "go.sum"

env:
RUST_VERSION: 1.75.0
RUST_VERSION: 1.79.0
GO_VERSION: '^1.22.2'
CARGO_TERM_COLOR: always
CARGO_INCREMENTAL: "0"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pr_stackablectl.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ on:
- "extra/**"

env:
RUST_VERSION: 1.75.0
RUST_VERSION: 1.79.0
GO_VERSION: '^1.22.2'
CARGO_TERM_COLOR: always
CARGO_INCREMENTAL: "0"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release_stackablectl.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
- "stackablectl-[0-9]+.[0-9]+.[0-9]+**"

env:
RUST_VERSION: 1.75.0
RUST_VERSION: 1.79.0
CARGO_TERM_COLOR: always
CARGO_INCREMENTAL: "0"
CARGO_PROFILE_DEV_DEBUG: "0"
Expand Down

0 comments on commit 330349c

Please sign in to comment.