Skip to content

Commit 974f767

Browse files
chore(deps): update actions/setup-go action to v5.5.0 (#391)
| datasource | package | from | to | | ----------- | ---------------- | ------ | ------ | | github-tags | actions/setup-go | v5.0.2 | v5.5.0 |
1 parent b586eb9 commit 974f767

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

.github/workflows/pr_cockpit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ jobs:
101101
with:
102102
toolchain: ${{ env.RUST_VERSION }}
103103

104-
- uses: actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # v5.0.2
104+
- uses: actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5.5.0
105105
with:
106106
go-version: ${{ env.GO_VERSION }}
107107

.github/workflows/pr_general.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
with:
2929
toolchain: ${{ env.RUST_VERSION }}
3030

31-
- uses: actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # v5.0.2
31+
- uses: actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5.5.0
3232
with:
3333
go-version: ${{ env.GO_VERSION }}
3434

@@ -76,7 +76,7 @@ jobs:
7676
toolchain: ${{ env.RUST_VERSION }}
7777
components: rustfmt
7878

79-
- uses: actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # v5.0.2
79+
- uses: actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5.5.0
8080
with:
8181
go-version: ${{ env.GO_VERSION }}
8282

@@ -103,7 +103,7 @@ jobs:
103103
with:
104104
toolchain: ${{ env.RUST_VERSION }}
105105

106-
- uses: actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # v5.0.2
106+
- uses: actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5.5.0
107107
with:
108108
go-version: ${{ env.GO_VERSION }}
109109

.github/workflows/pr_stackablectl.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
toolchain: ${{ env.RUST_VERSION }}
5757
targets: ${{ matrix.target }}
5858

59-
- uses: actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # v5.0.2
59+
- uses: actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5.5.0
6060
with:
6161
go-version: ${{ env.GO_VERSION }}
6262

.github/workflows/release_stackablectl.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
toolchain: ${{ env.RUST_VERSION }}
4747
targets: ${{ matrix.target }}
4848

49-
- uses: actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # v5.0.2
49+
- uses: actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5.5.0
5050
with:
5151
go-version: '^1.22.2'
5252

0 commit comments

Comments
 (0)