Skip to content

Commit 42a3acc

Browse files
committed
Update actions/setup-go action to v5.3.0
Signed-off-by: Mend Renovate <[email protected]>
1 parent 26ac367 commit 42a3acc

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/operator.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ jobs:
7373
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
7474

7575
- name: Install Go
76-
uses: actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a # v5.2.0
76+
uses: actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5.3.0
7777
with:
7878
go-version: ${{ env.GO_VERSION }}
7979

@@ -155,7 +155,7 @@ jobs:
155155
fetch-depth: 0
156156

157157
- name: Install Go
158-
uses: actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a # v5.2.0
158+
uses: actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5.3.0
159159
with:
160160
go-version: ${{ env.GO_VERSION }}
161161

@@ -212,7 +212,7 @@ jobs:
212212
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
213213

214214
- name: Install Go
215-
uses: actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a # v5.2.0
215+
uses: actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5.3.0
216216
with:
217217
go-version: ${{ env.GO_VERSION }}
218218

@@ -256,7 +256,7 @@ jobs:
256256
fetch-depth: 0
257257

258258
- name: Install Go
259-
uses: actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a # v5.2.0
259+
uses: actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5.3.0
260260
with:
261261
go-version: ${{ env.GO_VERSION }}
262262

0 commit comments

Comments
 (0)