Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: Bump Rust and Go dependencies #307

Merged
merged 13 commits into from
Jul 15, 2024
Merged
6 changes: 3 additions & 3 deletions .github/workflows/pr_cockpit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ on:
- "go.sum"

env:
RUST_VERSION: 1.75.0
GO_VERSION: '^1.22.2'
RUST_VERSION: 1.79.0
GO_VERSION: '^1.22.5'
CARGO_TERM_COLOR: always
CARGO_INCREMENTAL: "0"
CARGO_PROFILE_DEV_DEBUG: "0"
Expand Down Expand Up @@ -95,7 +95,7 @@ jobs:
with:
toolchain: ${{ env.RUST_VERSION }}

- uses: actions/setup-go@cdcb36043654635271a94b9a6d1392de5bb323a7 # v5
- uses: actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # v5.0.2
with:
go-version: ${{ env.GO_VERSION }}

Expand Down
14 changes: 7 additions & 7 deletions .github/workflows/pr_general.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ name: Pull Request General
on: workflow_call

env:
RUST_VERSION: 1.75.0
GO_VERSION: '^1.22.2'
RUST_VERSION: 1.79.0
GO_VERSION: '^1.22.5'
CARGO_TERM_COLOR: always
CARGO_INCREMENTAL: "0"
CARGO_PROFILE_DEV_DEBUG: "0"
Expand All @@ -28,7 +28,7 @@ jobs:
with:
toolchain: ${{ env.RUST_VERSION }}

- uses: actions/setup-go@cdcb36043654635271a94b9a6d1392de5bb323a7 # v5
- uses: actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # v5.0.2
with:
go-version: ${{ env.GO_VERSION }}

Expand All @@ -42,7 +42,7 @@ jobs:
with:
key: udeps
cache-all-crates: "true"
- run: cargo install --locked [email protected].39
- run: cargo install --locked [email protected].47
- run: cargo udeps --workspace

run_cargodeny:
Expand Down Expand Up @@ -89,7 +89,7 @@ jobs:
toolchain: ${{ env.RUST_VERSION }}
components: clippy

- uses: actions/setup-go@cdcb36043654635271a94b9a6d1392de5bb323a7 # v5
- uses: actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # v5.0.2
with:
go-version: ${{ env.GO_VERSION }}

Expand Down Expand Up @@ -132,7 +132,7 @@ jobs:
toolchain: ${{ env.RUST_VERSION }}
components: rustfmt

- uses: actions/setup-go@cdcb36043654635271a94b9a6d1392de5bb323a7 # v5
- uses: actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # v5.0.2
with:
go-version: ${{ env.GO_VERSION }}

Expand All @@ -159,7 +159,7 @@ jobs:
with:
toolchain: ${{ env.RUST_VERSION }}

- uses: actions/setup-go@cdcb36043654635271a94b9a6d1392de5bb323a7 # v5
- uses: actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # v5.0.2
with:
go-version: ${{ env.GO_VERSION }}

Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/pr_stackablectl.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ on:
- "extra/**"

env:
RUST_VERSION: 1.75.0
GO_VERSION: '^1.22.2'
RUST_VERSION: 1.79.0
GO_VERSION: '^1.22.5'
CARGO_TERM_COLOR: always
CARGO_INCREMENTAL: "0"
CARGO_PROFILE_DEV_DEBUG: "0"
Expand Down Expand Up @@ -61,7 +61,7 @@ jobs:
toolchain: ${{ env.RUST_VERSION }}
targets: ${{ matrix.target }}

- uses: actions/setup-go@cdcb36043654635271a94b9a6d1392de5bb323a7 # v5
- uses: actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # v5.0.2
with:
go-version: ${{ env.GO_VERSION }}

Expand Down
4 changes: 2 additions & 2 deletions .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 Expand Up @@ -46,7 +46,7 @@ jobs:
toolchain: ${{ env.RUST_VERSION }}
targets: ${{ matrix.target }}

- uses: actions/setup-go@cdcb36043654635271a94b9a6d1392de5bb323a7 # v5
- uses: actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # v5.0.2
with:
go-version: '^1.22.2'

Expand Down
Loading
Loading