Skip to content

Commit a6ad2a7

Browse files
chore: Rust and Go bumps (#426)
* Rust dependency and Rust bumps * Bump other crates * Update deny.toml * Bump cargo-deny * Regenerate stuff * Fix rust docs * Install rustls ring provider * Bump to op-rs 0.107.0 * Go bumps * Add comment on helm 4 * linter * Bump Go in CI * changelog * Move comments, gg Go * Update rust/stackablectl/CHANGELOG.md Co-authored-by: Nick <10092581+NickLarsenNZ@users.noreply.github.com> --------- Co-authored-by: Nick <10092581+NickLarsenNZ@users.noreply.github.com>
1 parent 371c533 commit a6ad2a7

40 files changed

Lines changed: 6364 additions & 6208 deletions

.github/workflows/pr_cockpit.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ on:
1515
- "go.sum"
1616

1717
env:
18-
RUST_VERSION: 1.87.0
19-
GO_VERSION: '^1.22.5'
18+
RUST_VERSION: 1.93.0
19+
GO_VERSION: '^1.26.0'
2020
CARGO_TERM_COLOR: always
2121
CARGO_INCREMENTAL: "0"
2222
CARGO_PROFILE_DEV_DEBUG: "0"

.github/workflows/pr_general.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ name: Pull Request General
44
on: workflow_call
55

66
env:
7-
RUST_VERSION: 1.87.0
8-
GO_VERSION: '^1.22.5'
7+
RUST_VERSION: 1.93.0
8+
GO_VERSION: '^1.26.0'
99
CARGO_TERM_COLOR: always
1010
CARGO_INCREMENTAL: "0"
1111
CARGO_PROFILE_DEV_DEBUG: "0"
@@ -59,7 +59,7 @@ jobs:
5959
- uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1.0
6060
with:
6161
submodules: recursive
62-
- uses: EmbarkStudios/cargo-deny-action@30f817c6f72275c6d54dc744fbca09ebc958599f # v2.0.12
62+
- uses: EmbarkStudios/cargo-deny-action@3fd3802e88374d3fe9159b834c7714ec57d6c979 # v2.0.15
6363
with:
6464
command: check ${{ matrix.checks }}
6565

.github/workflows/pr_stackablectl.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ on:
1414
- "extra/**"
1515

1616
env:
17-
RUST_VERSION: 1.87.0
18-
GO_VERSION: '^1.22.5'
17+
RUST_VERSION: 1.93.0
18+
GO_VERSION: '^1.26.0'
1919
CARGO_TERM_COLOR: always
2020
CARGO_INCREMENTAL: "0"
2121
CARGO_PROFILE_DEV_DEBUG: "0"

.github/workflows/release_stackablectl.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88

99
env:
1010
CARGO_CYCLONEDX_VERSION: 0.5.7
11-
RUST_VERSION: 1.87.0
11+
RUST_VERSION: 1.93.0
1212
CARGO_TERM_COLOR: always
1313
CARGO_INCREMENTAL: "0"
1414
CARGO_PROFILE_DEV_DEBUG: "0"

0 commit comments

Comments
 (0)