Skip to content

Commit 51d4153

Browse files
Merge pull request #1926 from renovate-bot/renovate/actions-setup-go-6.x
Update actions/setup-go action to v6.4.0
2 parents 18a7c03 + bc9d2d2 commit 51d4153

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.github/workflows/operator.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ jobs:
7474
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
7575

7676
- name: Install Go
77-
uses: actions/setup-go@7a3fe6cf4cb3a834922a1244abfce67bcef6a0c5 # v6.2.0
77+
uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6.4.0
7878
with:
7979
go-version: ${{ env.GO_VERSION }}
8080

@@ -156,7 +156,7 @@ jobs:
156156
fetch-depth: 0
157157

158158
- name: Install Go
159-
uses: actions/setup-go@7a3fe6cf4cb3a834922a1244abfce67bcef6a0c5 # v6.2.0
159+
uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6.4.0
160160
with:
161161
go-version: ${{ env.GO_VERSION }}
162162

@@ -223,7 +223,7 @@ jobs:
223223
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
224224

225225
- name: Install Go
226-
uses: actions/setup-go@7a3fe6cf4cb3a834922a1244abfce67bcef6a0c5 # v6.2.0
226+
uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6.4.0
227227
with:
228228
go-version: ${{ env.GO_VERSION }}
229229

@@ -278,7 +278,7 @@ jobs:
278278
echo "ARCH=$ARCH" >> $GITHUB_ENV
279279
280280
- name: Install Go
281-
uses: actions/setup-go@7a3fe6cf4cb3a834922a1244abfce67bcef6a0c5 # v6.2.0
281+
uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6.4.0
282282
with:
283283
go-version: ${{ env.GO_VERSION }}
284284

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
echo "ARCH=$ARCH" >> $GITHUB_ENV
4747
4848
- name: Install Go
49-
uses: actions/setup-go@7a3fe6cf4cb3a834922a1244abfce67bcef6a0c5 # v6.2.0
49+
uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6.4.0
5050
with:
5151
go-version: ${{ env.GO_VERSION }}
5252

@@ -100,7 +100,7 @@ jobs:
100100
ref: ${{github.event.release.tag_name}}
101101

102102
- name: Install Go
103-
uses: actions/setup-go@7a3fe6cf4cb3a834922a1244abfce67bcef6a0c5 # v6.2.0
103+
uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6.4.0
104104
with:
105105
go-version: ${{ env.GO_VERSION }}
106106

0 commit comments

Comments
 (0)